Duplicate sericea configs into hyprland
This commit is contained in:
24
hyprland/.config/sway/config.d/06-modes.conf
Normal file
24
hyprland/.config/sway/config.d/06-modes.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
# vim: set ft=swayconfig:
|
||||
#
|
||||
# This file stores "modes" for sway, such as for resizing
|
||||
#
|
||||
|
||||
# Resize
|
||||
bindsym $mod+r mode "resize"
|
||||
mode "resize" {
|
||||
bindsym h resize shrink width 10 px or 10 ppt
|
||||
bindsym j resize grow height 10 px or 10 ppt
|
||||
bindsym k resize shrink height 10 px or 10 ppt
|
||||
bindsym l resize grow width 10 px or 10 ppt
|
||||
|
||||
bindsym Left resize shrink width 10 px or 10 ppt
|
||||
bindsym Down resize grow height 10 px or 10 ppt
|
||||
bindsym Up resize shrink height 10 px or 10 ppt
|
||||
bindsym Right resize grow width 10 px or 10 ppt
|
||||
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
bindsym $mod+r mode "default"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user