Modify default layout, Remove work layout

This commit is contained in:
RealStickman 2022-01-19 16:58:44 +01:00
parent 6f9c86f27c
commit 0283e7b81c
3 changed files with 9 additions and 38 deletions

View File

@ -382,10 +382,10 @@ mode "resize" {
bindsym $mod+w mode "$layout"
set $layout full (f), work (w)
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 w exec --no-startup-id bash $HOME/.config/i3/scripts/layout-work.sh
bindsym Return mode "default"
bindsym Escape mode "default"

View File

@ -17,13 +17,13 @@ sleep 0.5
i3-msg 'workspace 2; exec joplin-desktop'
sleep 0
i3-msg 'workspace 2; exec discord --no-sandbox'
sleep 7.8
i3-msg 'workspace 2; exec telegram-desktop'
# set tabbed layout
i3-msg 'workspace 2; layout tabbed'
sleep 0
i3-msg 'workspace 2; layout tabbed'
i3-msg 'workspace 2; exec discord --no-sandbox'
#sleep 7.8
#i3-msg 'workspace 2; exec telegram-desktop'

View File

@ -1,29 +0,0 @@
#!/bin/bash
i3-msg 'mode "default"'
i3-msg 'workspace 1; exec kitty'
sleep 0.4
i3-msg 'workspace 2; exec firefox'
sleep 1.7
i3-msg 'workspace 2; exec evolution'
sleep 0.5
i3-msg 'workspace 2; exec joplin-desktop'
sleep 0
i3-msg 'workspace 2; exec teams'
sleep 1.5
i3-msg 'workspace 2; exec p3x-onenote'
sleep 0
i3-msg 'workspace 2; layout tabbed'