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

15 lines
344 B
Bash
Raw Normal View History

2020-08-29 14:11:31 +02:00
#!/bin/bash
i3-msg 'workspace 1; exec termite'
i3-msg 'workspace 3; exec liferea'
i3-msg 'workspace 2; layout tabbed; exec firefox'
i3-msg 'workspace 2; layout tabbed; exec thunderbird'
i3-msg 'workspace 2; layout tabbed; exec discord'
i3-msg 'workspace 2; layout tabbed; exec mirage'
i3-msg 'workspace 2; layout tabbed; exec bettergram'