1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-22 10:51:49 +08:00

Change | Increase the amount of movement

This commit is contained in:
juan 2022-07-10 16:16:43 +08:00
parent e3aee9e438
commit 05099150e8
No known key found for this signature in database
GPG Key ID: 63A51E78F28ACE53

View File

@ -98,15 +98,15 @@ bindsym $mod+$down focus down
bindsym $mod+$up focus up
bindsym $mod+$right focus right
# Move the focused window with the same, but add Shift
bindsym $mod+Shift+$left move left
bindsym $mod+Shift+$down move down
bindsym $mod+Shift+$up move up
bindsym $mod+Shift+$right move right
bindsym $mod+Shift+$left move left 24px
bindsym $mod+Shift+$down move down 24px
bindsym $mod+Shift+$up move up 24px
bindsym $mod+Shift+$right move right 24px
# resize windows
bindsym $mod+less resize shrink width 20px
bindsym $mod+greater resize grow width 20px
bindsym $mod+minus resize shrink height 20px
bindsym $mod+plus resize grow height 20px
bindsym $mod+less resize shrink width 24px
bindsym $mod+greater resize grow width 24px
bindsym $mod+minus resize shrink height 24px
bindsym $mod+plus resize grow height 24px
# Switch to workspace
bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2