Guest User

Untitled

a guest
Dec 14th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. set $mod Mod1
  2. set $fnt -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
  3. workspace_layout tabbed
  4. font $fnt
  5. floating_modifier $mod
  6. bindsym $mod+Return exec urxvt &
  7. bindsym --release button2 kill
  8. bindsym $mod+e exec --no-startup-id i3-dmenu-desktop --dmenu="dmenu -i -p EXECUTE -fn Fixed -nb #073642 -nf #EEE8D5 -sb #EEE8D5 -sf #073642" --entry-type=name
  9. exec --no-startup-id urxvt &
  10. new_window normal 1
  11. hide_edge_borders none
  12. #COLORS
  13. #CLASS------------------BORDER--BACKGRD-TEXT----INDICAT-CHILD_B
  14. client.focused #EEE8D5 #EEE8D5 #073642 #EEE8D5 #EEE8D5
  15. client.focused_inactive #EEE8D5 #EEE8D5 #073642 #EEE8D5 #EEE8D5
  16. client.unfocused #EEE8D5 #073642 #EEE8D5 #EEE8D5 #EEE8D5
  17. client.urgent #DC322F #DC322F #073642 #DC322F #DC322F
  18. client.placeholder #EEE8D5 #073642 #EEE8D5 #073642 #EEE8D5
  19. client.background #073642
  20. #FOCUS
  21. bindsym $mod+space focus right
  22. bindsym $mod+f fullscreen toggle
  23. bindsym $mod+z floating toggle
  24. bindsym $mod+c kill
  25. #WORKSPACE SWITCH
  26. bindsym $mod+F1 workspace 1
  27. bindsym $mod+F2 workspace 2
  28. bindsym $mod+F3 workspace 3
  29. bindsym $mod+F4 workspace 4
  30. bindsym $mod+d exec i3-msg exit
  31. #STATUS BAR
  32. bar {
  33. font $fnt
  34. tray_padding 0
  35. status_command i3status
  36. tray_output primary
  37. separator_symbol "*"
  38. colors {
  39. #CLASS-------------BORDER--BACKGRD-TEXT---
  40. background #073642
  41. statusline #EEE8D5
  42. separator #EEE8D5
  43. focused_workspace #EEE8D5 #EEE8D5 #073642
  44. active_workspace #EEE8D5 #EEE8D5 #073642
  45. inactive_workspace #EEE8D5 #073642 #EEE8D5
  46. urgent_workspace #DC322F #DC322F #073642
  47. binding_mode #EEE8D5 #073642 #EEE8D5
  48. }}
Add Comment
Please, Sign In to add comment