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