Advertisement
Guest User

Untitled

a guest
May 12th, 2019
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set $mod Mod4
  2. set $ws1 "01  Terminal"
  3. set $ws2 "02  Chrome"
  4. set $ws3 "03  Atom"
  5. set $ws4 "04"
  6. set $ws5 "05"
  7. set $ws6 "06"
  8. set $ws7 "07  Reading"
  9. set $ws8 "08"
  10. set $ws9 "09 Messaging"
  11. set $ws0 "10  Sound"
  12.  
  13. # assign programs to workspaces
  14. assign [class="Rambox"] $ws9
  15. assign [class="Spotify"] $ws0
  16.  
  17. exec --no-startup-id spotify
  18. exec --no-startup-id rambox
  19. #exec --no-startup-id i3-msg 'workspace $ws1; exec i3-sensible-terminal'
  20.  
  21. bindsym $mod+Return exec i3-sensible-terminal
  22. bindsym control+mod1+t exec i3-sensible-terminal
  23. bindsym $mod+Shift+c reload
  24. bindsym $mod+Shift+r restart
  25. bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. \
  26. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement