config 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. ######################
  2. # General settings an key bindings
  3. ######################
  4. exec xterm
  5. workspaces 6
  6. background 0.25 0.21 0.2
  7. escape C-t
  8. bind s hsplit
  9. bind S vsplit
  10. bind Q only
  11. bind D quit
  12. bind Tab focus
  13. bind A-Tab focusprev
  14. bind n next
  15. bind p prev
  16. bind w exec firefox
  17. bind R setmode resize
  18. bind N nextscreen
  19. bind P prevscreen
  20. bind a time
  21. bind C-n movetonextscreen
  22. bind H exchangeleft
  23. bind J exchangedown
  24. bind K exchangeup
  25. bind L exchangeright
  26. bind h focusleft
  27. bind j focusdown
  28. bind k focusup
  29. bind l focusright
  30. bind t exec xterm
  31. bind C-k close
  32. definekey resize h resizeleft
  33. definekey resize l resizeright
  34. definekey resize j resizedown
  35. definekey resize k resizeup
  36. definekey resize Escape setmode top
  37. ######################
  38. #Workspaces
  39. ######################
  40. definekey top A-1 workspace 1
  41. definekey top A-2 workspace 2
  42. definekey top A-3 workspace 3
  43. definekey top A-4 workspace 4
  44. definekey top A-5 workspace 5
  45. definekey top A-6 workspace 6
  46. definekey top C-1 movetoworkspace 1
  47. definekey top C-2 movetoworkspace 2
  48. definekey top C-3 movetoworkspace 3
  49. definekey top C-4 movetoworkspace 4
  50. definekey top C-5 movetoworkspace 5
  51. definekey top C-6 movetoworkspace 6
  52. definekey top XF86_Switch_VT_1 switchvt 1
  53. definekey top XF86_Switch_VT_2 switchvt 2
  54. definekey top XF86_Switch_VT_3 switchvt 3
  55. definekey top XF86_Switch_VT_4 switchvt 4
  56. definekey top XF86_Switch_VT_5 switchvt 5
  57. definekey top XF86_Switch_VT_6 switchvt 6
  58. ######################
  59. #Bind Function keys
  60. ######################
  61. definekey top XF86AudioMute exec pactl set-sink-mute 0 toggle
  62. definekey top XF86AudioLowerVolume exec pactl set-sink-mute 0 off&&amixer set Master 1%-
  63. definekey top XF86AudioRaiseVolume exec pactl set-sink-mute 0 off&&amixer set Master 1%+
  64. definekey top XF86MonBrightnessDown exec xbacklight -dec 1
  65. definekey top XF86MonBrightnessUp exec xbacklight -inc 1
  66. ######################
  67. #Output configuration
  68. ######################
  69. # output eDP-1 pos 0 0 res 1366x768 rate 60
  70. # output eDP-1 disable
  71. # output eDP-1 enable
  72. output DP-1 disable