hyprland: Change default keybindings

Super+Enter is now the infamous new terminal keybind, and Super+Q now
closes windows as expected.

Other changes include using a single instance for kitty and adding
basic screenshotting functionality.
This commit is contained in:
Donovan Glover 2023-04-11 16:12:11 -04:00
parent cf965f58cb
commit be1f812b57
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -121,13 +121,13 @@ device:epic-mouse-v1 {
$mainMod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = $mainMod, Q, exec, kitty
bind = $mainMod, C, killactive,
bind = $mainMod, M, exit,
bind = $mainMod, E, exec, dolphin
bind = $mainMod, Return, exec, kitty --single-instance
bind = $mainMod, Q, killactive,
bind = $mainMod, P, exec, grimblast copy area
bind = $mainMod, escape, exit,
bind = $mainMod, V, togglefloating,
bind = $mainMod, R, exec, wofi --show drun
bind = $mainMod, P, pseudo, # dwindle
bind = $mainMod, B, pseudo, # dwindle
bind = $mainMod, J, togglesplit, # dwindle
# Move focus with mainMod + hjkl