mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-22 19:01:50 +08:00
Change | Increase the amount of movement
This commit is contained in:
parent
e3aee9e438
commit
05099150e8
@ -98,15 +98,15 @@ bindsym $mod+$down focus down
|
|||||||
bindsym $mod+$up focus up
|
bindsym $mod+$up focus up
|
||||||
bindsym $mod+$right focus right
|
bindsym $mod+$right focus right
|
||||||
# Move the focused window with the same, but add Shift
|
# Move the focused window with the same, but add Shift
|
||||||
bindsym $mod+Shift+$left move left
|
bindsym $mod+Shift+$left move left 24px
|
||||||
bindsym $mod+Shift+$down move down
|
bindsym $mod+Shift+$down move down 24px
|
||||||
bindsym $mod+Shift+$up move up
|
bindsym $mod+Shift+$up move up 24px
|
||||||
bindsym $mod+Shift+$right move right
|
bindsym $mod+Shift+$right move right 24px
|
||||||
# resize windows
|
# resize windows
|
||||||
bindsym $mod+less resize shrink width 20px
|
bindsym $mod+less resize shrink width 24px
|
||||||
bindsym $mod+greater resize grow width 20px
|
bindsym $mod+greater resize grow width 24px
|
||||||
bindsym $mod+minus resize shrink height 20px
|
bindsym $mod+minus resize shrink height 24px
|
||||||
bindsym $mod+plus resize grow height 20px
|
bindsym $mod+plus resize grow height 24px
|
||||||
# Switch to workspace
|
# Switch to workspace
|
||||||
bindsym $mod+1 workspace number 1
|
bindsym $mod+1 workspace number 1
|
||||||
bindsym $mod+2 workspace number 2
|
bindsym $mod+2 workspace number 2
|
||||||
|
Loading…
Reference in New Issue
Block a user