all repos — dotfiles @ 87f4bcb99abd09dd70f16af31e135f4d0d7488ea

my *nix dotfiles

Increase workspaces to 9

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Wed, 10 Jul 2019 11:22:28 +0530
commit

87f4bcb99abd09dd70f16af31e135f4d0d7488ea

parent

c4b2218b717212ce43bec09e77cf8f2865d140cd

1 files changed, 21 insertions(+), 20 deletions(-)

jump to
M i3/configi3/config

@@ -83,32 +83,33 @@

# focus the child container bindsym $mod+x focus child -# Name the workspaces -set $tag1 1:"" -set $tag2 2:"" -set $tag3 3:"" -set $tag4 4:"" -set $tag5 5:"" - - # switch to workspace -bindsym $mod+1 workspace $tag1 -bindsym $mod+2 workspace $tag2 -bindsym $mod+3 workspace $tag3 -bindsym $mod+4 workspace $tag4 -bindsym $mod+5 workspace $tag5 +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 # move focused container to workspace -bindsym $mod+Shift+1 move container to workspace $tag1 -bindsym $mod+Shift+2 move container to workspace $tag2 -bindsym $mod+Shift+3 move container to workspace $tag3 -bindsym $mod+Shift+4 move container to workspace $tag4 -bindsym $mod+Shift+5 move container to workspace $tag5 +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 +bindsym $mod+Shift+4 move container to workspace 4 +bindsym $mod+Shift+5 move container to workspace 5 +bindsym $mod+Shift+6 move container to workspace 6 +bindsym $mod+Shift+7 move container to workspace 7 +bindsym $mod+Shift+8 move container to workspace 8 +bindsym $mod+Shift+9 move container to workspace 9 -# reload the configuration file -bindsym $mod+Shift+c reload + +# reload the configuration file +bindsym $mod+Shift+c reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) bindsym $mod+Shift+r restart