Use sov
This commit is contained in:
parent
4ecb47cf9a
commit
050d479353
|
@ -89,23 +89,25 @@ bindsym $mod+Shift+Up move up
|
|||
bindsym $mod+Shift+Right move right
|
||||
|
||||
## Workspaces:
|
||||
workspace back_and_forth yes
|
||||
#workspace back_and_forth yes
|
||||
#bindsym $mod+tab workspace back_and_forth
|
||||
bindsym $mod+tab workspace next_on_output
|
||||
bindsym $mod+Shift+tab workspace prev_on_output
|
||||
bindsym $mod+tab workspace next_on_output; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+Shift+tab workspace prev_on_output; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+Mod1+Up exec "echo 1 | tee /tmp/sov.status | tee /tmp/sov.fifo"
|
||||
bindsym $mod+Mod1+Down exec "echo 0 | tee /tmp/sov.status | tee /tmp/sov.fifo"
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace 1
|
||||
bindsym $mod+2 workspace 2
|
||||
bindsym $mod+3 workspace 3
|
||||
bindsym $mod+4 workspace 4
|
||||
bindsym $mod+5 workspace 5
|
||||
bindsym $mod+6 workspace 6
|
||||
bindsym $mod+7 workspace 7
|
||||
bindsym $mod+8 workspace 8
|
||||
bindsym $mod+9 workspace 9
|
||||
bindsym $mod+0 workspace 10
|
||||
# move focused container to workspace
|
||||
# Switch to workspace
|
||||
bindsym $mod+1 workspace 1; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+2 workspace 2; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+3 workspace 3; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+4 workspace 4; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+5 workspace 5; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+6 workspace 6; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+7 workspace 7; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+8 workspace 8; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+9 workspace 9; exec /home/leo/.bin/refresh_sov.sh
|
||||
bindsym $mod+0 workspace 10; exec /home/leo/.bin/refresh_sov.sh
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace 1
|
||||
bindsym $mod+Shift+2 move container to workspace 2
|
||||
bindsym $mod+Shift+3 move container to workspace 3
|
||||
|
|
Loading…
Reference in New Issue
Block a user