Compare commits

...

3 commits

Author SHA1 Message Date
GaspardCulis
df64fbd914
hypr -> windowrules: Fixed typo 2024-04-05 16:46:54 +02:00
GaspardCulis
a8dd6c69a8
hypr -> startup: Changed exec order 2024-04-05 16:46:24 +02:00
GaspardCulis
a2c1341068
hypr -> bindings: File explorer is now yazi 2024-04-05 16:45:42 +02:00
3 changed files with 3 additions and 5 deletions

View file

@ -4,7 +4,7 @@ $mainMod = SUPER
# Variables # Variables
$terminal = alacritty $terminal = alacritty
$browser = firefox $browser = firefox
$explorer = thunar $explorer = kitty --class=explorer yazi
bind = $mainMod, Q, killactive, bind = $mainMod, Q, killactive,
bind = $mainMod SHIFT, Q, exit, bind = $mainMod SHIFT, Q, exit,

View file

@ -1,8 +1,8 @@
# Startup # Startup
exec-once = hyprpm reload -n
exec-once = artix-pipewire-launcher restart exec-once = artix-pipewire-launcher restart
exec-once = mako exec-once = mako
exec-once = hyprpm reload -n
exec-once = wallpaperctl daemon exec-once = wallpaperctl daemon
exec-once = swayosd-server exec-once = swayosd-server
exec-once = udiskie exec-once = udiskie

View file

@ -1,6 +1,6 @@
# Window rules # Window rules
# Workspace 4 # Workspace 9
windowrule = workspace 9 silent, ^(WebCord)$ windowrule = workspace 9 silent, ^(WebCord)$
windowrule = workspace 9 silent, ^(Element)$ windowrule = workspace 9 silent, ^(Element)$
windowrulev2 = workspace 9 silent, class:(fluffychat) windowrulev2 = workspace 9 silent, class:(fluffychat)
@ -44,5 +44,3 @@ windowrule = move 10% 10%, (uwu-neofetch)
windowrule = float, (uwu-btm) windowrule = float, (uwu-btm)
windowrule = size 1024 640, (uwu-btm) windowrule = size 1024 640, (uwu-btm)
windowrule = move 25% 50%, (uwu-btm) windowrule = move 25% 50%, (uwu-btm)