[~] Refactor
This commit is contained in:
parent
36a8742147
commit
2f7a8d221b
@ -69,7 +69,7 @@ input type:touchpad {
|
|||||||
#
|
#
|
||||||
# Basics:
|
# Basics:
|
||||||
#
|
#
|
||||||
bindsym $mod+l exec swaylock
|
bindsym $mod+Shift+l exec swaylock
|
||||||
|
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+t exec $term
|
bindsym $mod+t exec $term
|
||||||
@ -99,18 +99,18 @@ input type:touchpad {
|
|||||||
bindsym $mod+$left focus left
|
bindsym $mod+$left focus left
|
||||||
bindsym $mod+$down focus down
|
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
|
||||||
# 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
|
||||||
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
|
||||||
bindsym $mod+Shift+$down move down
|
#bindsym $mod+Shift+$down move down
|
||||||
bindsym $mod+Shift+$up move up
|
#bindsym $mod+Shift+$up move up
|
||||||
bindsym $mod+Shift+$right move right
|
#bindsym $mod+Shift+$right 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 New Issue
Block a user