Advertisement
Guest User

i3 config

a guest
Aug 28th, 2010
387
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. # This configuration uses Mod1 and Mod3. Make sure they are mapped properly using xev(1)
  2. # and xmodmap(1). Usually, Mod1 is Alt (Alt_L) and Mod3 is Windows (Super_L)
  3.  
  4. ################
  5. # AUTOSTART STUFF #
  6. ################
  7.  
  8. # exec xmessage -file /etc/i3/welcome
  9. exec feh --bg-scale '/home/archman/Documents/Pictures/wallpapers/aerostream.jpg'
  10. exec xset s noblank s noexpose r rate 340 25 -dpms &
  11. exec scrobby
  12. exec chromium
  13. exec urxvt -name ranger -e ranger
  14. exec urxvt
  15. exec sleep 1 && exec ~/.i3/tailer
  16. exec conky -c ~/.i3/conki3 | i3-wsbar -c "dzen2 -dock -h 18 -w 1024 -ta l -fn '123-9'" --show-all
  17. exec conky -c ~/.i3/conky-reminder
  18. # exec qtfm
  19.  
  20. ## WORKSPACE App Specs (obxprop | grep WM_CLASS)
  21.  
  22. workspace 1 main
  23. workspace 2 net
  24. workspace 3 fm
  25. workspace 4 term
  26. workspace 5 mm
  27. workspace 6 tail
  28. workspace 7 torr
  29.  
  30. assign "chromium" 2
  31. assign "tailer" 6
  32. assign "ranger" 3
  33. assign "urxvt" 4
  34. assign "skype" ~1
  35. assign "gimp" ~1
  36. assign "qtfm" 3
  37. assign "gmrun" ~
  38. assign "gpicview" 5
  39. assign "conky" ~1
  40. assign "xarchiver" ~
  41. assign "epdfview" 5
  42. assign "googleearth" 5
  43. assign "smplayer" 5
  44. assign "MPlayer" ~1
  45. assign "transmission" 7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement