configs/arch-config/.config/i3/scripts/layout-default.sh
2020-09-09 05:59:42 +00:00

15 lines
333 B
Bash

#!/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 discord'
i3-msg 'workspace 2; layout tabbed; exec mirage'
i3-msg 'workspace 2; layout tabbed; exec bettergram'
i3-msg 'mode "default"'