Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ~/load_layout.sh
- #!/bin/bash
- i3-msg "workspace 1; append_layout ~/.i3/workspace-1.json"
- i3-msg "workspace 2; append_layout ~/.i3/workspace-2.json"
- (urxvt &)
- (urxvt &)
- (urxvt &)
- (urxvt &)
- i3-msg "workspace 3; append_layout ~/.i3/workspace-3.json"
- (kitty &)
- (atom &)
- (google-chrome-stable &)
- i3-msg "workspace 4; append_layout ~/.i3/workspace-4.json"
- (firefox &)
- i3-msg "workspace 5; append_layout ~/.i3/workspace-5.json"
- (joplin-desktop &)
- i3-msg "workspace 6; append_layout ~/.i3/workspace-6.json"
- (spotify-qt &)
- (urxvt &)
- i3-msg "workspace 7; append_layout ~/.i3/workspace-7.json"
- (plexmediaplayer &)
- i3-msg "workspace 8; append_layout ~/.i3/workspace-8.json"
- (peruse &)
- #i3-msg "workspace 2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement