1
0
forked from extern/nix-config

hyprland: Add keybind for tessen

This commit is contained in:
Donovan Glover 2023-07-15 18:56:50 -04:00
parent a60551e060
commit 7517e16cd6
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -128,6 +128,7 @@ in
bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured. bind = $SUPER, P, exec, dunstify --icon=$(grimblast save screen) Screenshot Captured.
bind = , Print, exec, grimblast copy area bind = , Print, exec, grimblast copy area
bind = $SUPER_ALT, delete, exit bind = $SUPER_ALT, delete, exit
bind = $SUPER, T, exec, tessen
bind = $SUPER, V, togglefloating bind = $SUPER, V, togglefloating
bind = $SUPER, B, centerwindow bind = $SUPER, B, centerwindow
bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int"))) bind = $SUPER, I, exec, hyprctl keyword decoration:dim_inactive $((1 - $(hyprctl getoption decoration:dim_inactive -j | jq -r ".int")))