specif alt
parent
5dbab6bbb3
commit
9f8a51f35f
|
|
@ -16,7 +16,7 @@ bindsym $mad+i exec "$infosbox"
|
||||||
bindsym $mad+Shift+i exec "$infosystem"
|
bindsym $mad+Shift+i exec "$infosystem"
|
||||||
|
|
||||||
# lockscreen
|
# lockscreen
|
||||||
bindsym $mad+l exec "$locker"
|
bindsym $mad+Shift+l exec "$locker"
|
||||||
|
|
||||||
# wall: set or random
|
# wall: set or random
|
||||||
bindsym $mod+Ctrl+w exec --no-startup-id "nakedwalls"
|
bindsym $mod+Ctrl+w exec --no-startup-id "nakedwalls"
|
||||||
|
|
|
||||||
|
|
@ -13,15 +13,15 @@
|
||||||
|
|
||||||
# Moving around:
|
# Moving around:
|
||||||
# Move your focus around vim like
|
# Move your focus around vim like
|
||||||
bindsym $mod+$left focus left
|
bindsym $mad+$left focus left
|
||||||
bindsym $mod+$down focus down
|
bindsym $mad+$down focus down
|
||||||
bindsym $mod+$up focus up
|
bindsym $mad+$up focus up
|
||||||
bindsym $mod+$right focus right
|
bindsym $mad+$right focus right
|
||||||
# Or use $mod+[up|down|left|right]
|
# Or use $mod+[up|down|left|right]
|
||||||
bindsym $mod+Left focus left
|
bindsym $mad+Left focus left
|
||||||
bindsym $mod+Down focus down
|
bindsym $mad+Down focus down
|
||||||
bindsym $mod+Up focus up
|
bindsym $mad+Up focus up
|
||||||
bindsym $mod+Right focus right
|
bindsym $mad+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
|
||||||
|
|
@ -68,9 +68,9 @@
|
||||||
# We just use 1-10 as the default.
|
# We just use 1-10 as the default.
|
||||||
# change workspaces
|
# change workspaces
|
||||||
bindsym $mod+Ctrl+Right workspace next
|
bindsym $mod+Ctrl+Right workspace next
|
||||||
bindsym Mod4+Right workspace next
|
#bindsym Mod4+Right workspace next
|
||||||
bindsym $mod+Ctrl+Left workspace prev
|
bindsym $mod+Ctrl+Left workspace prev
|
||||||
bindsym Mod4+Left workspace prev
|
#bindsym Mod4+Left workspace prev
|
||||||
#
|
#
|
||||||
# Layout stuff:
|
# Layout stuff:
|
||||||
# You can "split" the current object of your focus
|
# You can "split" the current object of your focus
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue