dotfiles/i3/.i3/workspaces/ws05.sh

9 lines
312 B
Bash
Raw Normal View History

#!/bin/bash
. ~/.i3/env
i3-msg "workspace 5:OC; append_layout ~/.i3/layouts/workspace5-oc.json"
i3-msg "workspace 5:OC; exec urxvt -name oc-shell1"
i3-msg "workspace 5:OC; exec urxvt -name oc-shell2"
i3-msg "workspace 5:OC; exec urxvt -name oc-shell3"
i3-msg "workspace 5:OC; move workspace to output $PRIMARY"