configs/arch-config/.config/i3/scripts/layout-work.sh

16 lines
330 B
Bash
Executable File

#!/bin/bash
i3-msg 'workspace 1; exec kitty'
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 'workspace 2; layout tabbed; exec p3x-onenote'
i3-msg 'mode "default"'