Advertisement
Guest User

Untitled

a guest
Dec 30th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # ~/load_layout.sh
  2.  
  3. #!/bin/bash
  4. i3-msg "workspace 1; append_layout ~/.i3/workspace-1.json"
  5.  
  6. i3-msg "workspace 2; append_layout ~/.i3/workspace-2.json"
  7. (urxvt &)
  8. (urxvt &)
  9. (urxvt &)
  10. (urxvt &)
  11.  
  12. i3-msg "workspace 3; append_layout ~/.i3/workspace-3.json"
  13. (kitty &)
  14. (atom &)
  15. (google-chrome-stable &)
  16.  
  17. i3-msg "workspace 4; append_layout ~/.i3/workspace-4.json"
  18. (firefox &)
  19.  
  20. i3-msg "workspace 5; append_layout ~/.i3/workspace-5.json"
  21. (joplin-desktop &)
  22.  
  23. i3-msg "workspace 6; append_layout ~/.i3/workspace-6.json"
  24. (spotify-qt &)
  25. (urxvt &)
  26.  
  27. i3-msg "workspace 7; append_layout ~/.i3/workspace-7.json"
  28. (plexmediaplayer &)
  29.  
  30. i3-msg "workspace 8; append_layout ~/.i3/workspace-8.json"
  31. (peruse &)
  32.  
  33. #i3-msg "workspace 2"
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement