source: dotfiles/guix/.config/cagebreak/config@ 7644d41

Last change on this file since 7644d41 was 7644d41, checked in by Mikhail Kirillov <w96k@…>, on May 3, 2022 at 12:16:41 AM

Add cagebreak config

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