updated config files
This commit is contained in:
21
sway_config
21
sway_config
@@ -33,12 +33,6 @@ input "type:keyboard" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Home row direction keys, like vim
|
|
||||||
set $left h
|
|
||||||
set $down j
|
|
||||||
set $up k
|
|
||||||
set $right l
|
|
||||||
|
|
||||||
default_border pixel 2
|
default_border pixel 2
|
||||||
|
|
||||||
|
|
||||||
@@ -63,17 +57,12 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut.
|
|||||||
#
|
#
|
||||||
# Moving arStatusound:
|
# Moving arStatusound:
|
||||||
#
|
#
|
||||||
# Move your focus around
|
# 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
|
|
||||||
bindsym $mod+Shift+$left move left
|
|
||||||
bindsym $mod+Shift+$down move down
|
|
||||||
bindsym $mod+Shift+$up move up
|
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user