-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvar.conf
More file actions
37 lines (30 loc) · 1.52 KB
/
var.conf
File metadata and controls
37 lines (30 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
###################
### MY PROGRAMS ###
###################
# See https://wiki.hyprland.org/Configuring/Keywords/
# Set programs that you use
$terminal = ghostty --title=ghostty
# $fileManager = ghostty --class=nebu.spf-fm -e spf
$fileManager = thunar --class=thunar
$menu = wofi --show drun --allow-images --width 450 --height 400 --style $HOME/.config/wofi/wallust-style.css
$sandboxedBrowser = $HOME/bin/in-ns qutebrowser
$browser = qutebrowser
$wallpaper = $HOME/scripts/wofi-choose-wallpaper.sh
$music = ghostty --class=nebu.music -e rmpc
$mail = thunderbird
$musicKill = hyprctl dispatch killwindow class:nebu.music
$mix = ghostty --class=nebu.mix -e pulsemixer
$powerMenu = wlogout -b 2 -r 50 -c 50
$notif = swaync-client -t -sw
$greeting = ghostty --class=nebu.ghosttylaunch & ghostty --class=nebu.rmpc-float -e rmpc & ghostty --class=nebu.nvim-float -e nvim
$greetingKill = hyprctl dispatch killwindow class:nebu.ghosttylaunch & hyprctl dispatch killwindow class:nebu.rmpc-float & hyprctl dispatch killwindow class:nebu.nvim-float
$termOpacity = $HOME/bin/term-opacity.sh
$toggleWaybar = $HOME/bin/start-stop_waybar.sh
$switchAudio = $HOME/scripts/switch-audio.sh
$MEDIAPrompt = $HOME/.local/bin/media-dispatch
$discord = discord-canary
$godot = godot
# ——— passer toutes les fenêtres du workspace courant en flottant
$wsFloat = bash -c 'while hyprctl dispatch setfloating tiled >/dev/null 2>&1; do :; done'
# ——— remettre tout en tiling
$wsTile = bash -c 'while hyprctl dispatch settiled floating >/dev/null 2>&1; do :; done'