mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 19:30:51 +01:00
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:
parent
cf965f58cb
commit
be1f812b57
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user