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