mirror of
https://github.com/swaywm/sway.git
synced 2024-11-28 02:41:28 +00:00
changed duplicate keybinds
This commit is contained in:
parent
d93d416849
commit
9cf2e98c4f
18
config
18
config
|
@ -45,11 +45,11 @@ set $menu dmenu_run
|
||||||
#
|
#
|
||||||
# Moving around:
|
# Moving around:
|
||||||
#
|
#
|
||||||
# Move your focus around with $mod+[h|j|k|l], like vim
|
# Move your focus around with $mod+[j|k|l|;], vim keys shifted right
|
||||||
bindsym $mod+h focus left
|
bindsym $mod+j focus left
|
||||||
bindsym $mod+j focus down
|
bindsym $mod+k focus down
|
||||||
bindsym $mod+k focus up
|
bindsym $mod+l focus up
|
||||||
bindsym $mod+l focus right
|
bindsym $mod+semicolon focus right
|
||||||
# or use $mod+[up|down|left|right]
|
# or use $mod+[up|down|left|right]
|
||||||
bindsym $mod+Left focus left
|
bindsym $mod+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mod+Down focus down
|
||||||
|
@ -57,10 +57,10 @@ set $menu dmenu_run
|
||||||
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+h move left
|
bindsym $mod+Shift+j move left
|
||||||
bindsym $mod+Shift+j move down
|
bindsym $mod+Shift+k move down
|
||||||
bindsym $mod+Shift+k move up
|
bindsym $mod+Shift+l move up
|
||||||
bindsym $mod+Shift+l move right
|
bindsym $mod+Shift+semicolon move right
|
||||||
# ditto, with arrow keys
|
# ditto, with arrow keys
|
||||||
bindsym $mod+Shift+Left move left
|
bindsym $mod+Shift+Left move left
|
||||||
bindsym $mod+Shift+Down move down
|
bindsym $mod+Shift+Down move down
|
||||||
|
|
Loading…
Reference in a new issue