[hyprland] style: prettified config

This commit is contained in:
Simon Cornet 2024-06-04 16:32:06 +02:00
parent bee30af0c7
commit 69940adc46

View File

@ -14,27 +14,27 @@
# primary key bindings # primary key bindings
bind = [ bind = [
"$mainMod, Return, exec, alacritty" "$mainMod, Return, exec, alacritty"
"$mainMod, B, exec, blueman-manager" "$mainMod, B, exec, blueman-manager"
"$mainMod, C, exec, alacritty --class clipse --command clipse $PPID" "$mainMod, C, exec, alacritty --class clipse --command clipse $PPID"
"$mainMod, D, exec, ~/.dotfiles/apps/wofi/wofi.sh" "$mainMod, D, exec, ~/.dotfiles/apps/wofi/wofi.sh"
"$mainMod, E, exec, nautilus --new-window" "$mainMod, E, exec, nautilus --new-window"
"$mainMod, J, togglesplit" "$mainMod, J, togglesplit"
"$mainMod, K, exec, alacritty --class scratchbox" "$mainMod, K, exec, alacritty --class scratchbox"
"$mainMod, L, exec, hyprlock" "$mainMod, L, exec, hyprlock"
"$mainMod, M, exit," "$mainMod, M, exit,"
"$mainMod, N, exec, alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh" "$mainMod, N, exec, alacritty --class nmtui --command ~/.dotfiles/apps/hyprland/nmtui.sh"
"$mainMod, P, exec, ~/.dotfiles/apps/hyprland/hypridle.sh toggle" "$mainMod, P, exec, ~/.dotfiles/apps/hyprland/hypridle.sh toggle"
"$mainMod, Q, killactive" "$mainMod, Q, killactive"
"$mainMod, S, exec, ~/.dotfiles/apps/screenshot/screenshot.sh area" "$mainMod, S, exec, ~/.dotfiles/apps/screenshot/screenshot.sh area"
"ALT SHIFT, S, exec, ~/.dotfiles/apps/screenshot/screenshot.sh screen" "ALT SHIFT, S, exec, ~/.dotfiles/apps/screenshot/screenshot.sh screen"
"$mainMod, T, exec, alacritty --class nostt --command nostt" "$mainMod, T, exec, alacritty --class nostt --command nostt"
"$mainMod, V, togglefloating" "$mainMod, V, togglefloating"
# alternative key bindings # alternative key bindings
"ALT, F, fullscreen" "ALT, F, fullscreen"
"ALT, P, pseudo" "ALT, P, pseudo"
"ALT, V, togglefloating" "ALT, V, togglefloating"
# focus bindings # focus bindings
"$mainMod, up, movefocus, u" "$mainMod, up, movefocus, u"
@ -88,6 +88,7 @@
",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" ",XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-"
",XF86MonBrightnessDown, exec, brightnessctl set 10%-" ",XF86MonBrightnessDown, exec, brightnessctl set 10%-"
",XF86MonBrightnessUp, exec, brightnessctl set 10%+" ",XF86MonBrightnessUp, exec, brightnessctl set 10%+"
]; ];
# bindl section # bindl section