Added work layout
This commit is contained in:
parent
94d4b5fe60
commit
7e2e34a261
@ -348,6 +348,7 @@ bindsym $mod+w mode "$layout"
|
||||
set $layout full (f)
|
||||
mode "$layout" {
|
||||
bindsym f exec --no-startup-id bash $HOME/.config/i3/scripts/layout-default.sh
|
||||
bindsym w exec --no-startup-id bash $HOME/.config/i3/scripts/layout-work.sh
|
||||
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
|
13
arch-config/.config/i3/scripts/layout-work.sh
Normal file
13
arch-config/.config/i3/scripts/layout-work.sh
Normal file
@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
i3-msg 'workspace 1; exec termite'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec firefox'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec thunderbird'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec slack'
|
||||
|
||||
i3-msg 'workspace 2; layout tabbed; exec teams'
|
||||
|
||||
i3-msg 'mode "default"'
|
Loading…
Reference in New Issue
Block a user