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