Feat: email and tmux very pog
This commit is contained in:
@@ -158,6 +158,19 @@ for_window [app_id="kitty"] inhibit_idle visible; max_render_time off
|
||||
bindsym $mod+8 workspace number 8
|
||||
bindsym $mod+9 workspace number 9
|
||||
bindsym $mod+0 workspace number 10
|
||||
|
||||
# workspaces from 11-20
|
||||
bindsym $mod+Control+1 workspace 11
|
||||
bindsym $mod+Control+2 workspace 12
|
||||
bindsym $mod+Control+3 workspace 13
|
||||
bindsym $mod+Control+4 workspace 14
|
||||
bindsym $mod+Control+5 workspace 15
|
||||
bindsym $mod+Control+6 workspace 16
|
||||
bindsym $mod+Control+7 workspace 17
|
||||
bindsym $mod+Control+8 workspace 18
|
||||
bindsym $mod+Control+9 workspace 19
|
||||
bindsym $mod+Control+0 workspace 20
|
||||
|
||||
# Move focused container to workspace
|
||||
bindsym $mod+Shift+1 move container to workspace number 1
|
||||
bindsym $mod+Shift+2 move container to workspace number 2
|
||||
@@ -169,6 +182,16 @@ for_window [app_id="kitty"] inhibit_idle visible; max_render_time off
|
||||
bindsym $mod+Shift+8 move container to workspace number 8
|
||||
bindsym $mod+Shift+9 move container to workspace number 9
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
bindsym $mod+Control+Shift+1 move container to workspace 11
|
||||
bindsym $mod+Control+Shift+2 move container to workspace 12
|
||||
bindsym $mod+Control+Shift+3 move container to workspace 13
|
||||
bindsym $mod+Control+Shift+4 move container to workspace 14
|
||||
bindsym $mod+Control+Shift+5 move container to workspace 15
|
||||
bindsym $mod+Control+Shift+6 move container to workspace 16
|
||||
bindsym $mod+Control+Shift+7 move container to workspace 17
|
||||
bindsym $mod+Control+Shift+8 move container to workspace 18
|
||||
bindsym $mod+Control+Shift+9 move container to workspace 19
|
||||
bindsym $mod+Control+Shift+0 move container to workspace 20
|
||||
# Note: workspaces can have any name you want, not just numbers.
|
||||
# We just use 1-10 as the default.
|
||||
#
|
||||
|
Reference in New Issue
Block a user