-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusca_start
59 lines (56 loc) · 1.57 KB
/
musca_start
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# for conky & stalonetray
manage off Conky
manage off stalonetray
pad 0 0 20 0
hook on ^(add|use) pad 0 0 20 0
exec conky
exec stalonetray
# key binding
bind off all
bind on Mod4+i hsplit 1/2
bind on Mod4+o vsplit 1/2
bind on Mod4+r remove
bind on Mod4+f only
bind on Mod4+x kill
bind on Mod4+t exec xterm
bind on Mod4+e exec xterm -e ranger
bind on Mod4+q exec slock
bind on Mod4+Tab cycle next
bind on Mod4+Shift+Tab cycle prev
bind on Mod4+w switch window
bind on Mod4+g switch group
bind on Mod4+space shell
bind on Mod4+m command
bind on Mod4+d dedicate flip
bind on Mod4+a catchall flip
bind on Mod4+u undo
bind on Mod4+s stack flip
bind on Mod4+Left use (prev)
bind on Mod4+Right use (next)
bind on Mod4+PageUp screen (prev)
bind on Mod4+PageDown screen (next)
bind on Mod4+h focus left
bind on Mod4+l focus right
bind on Mod4+k focus up
bind on Mod4+j focus down
bind on Mod4+Control+h resize left
bind on Mod4+Control+l resize right
bind on Mod4+Control+k resize up
bind on Mod4+Control+j resize down
bind on Mod4+Shift+h swap left
bind on Mod4+Shift+l swap right
bind on Mod4+Shift+k swap up
bind on Mod4+Shift+j swap down
bind on XF86AudioRaiseVolume exec amixer set Master playback 1+
bind on XF86AudioLowerVolume exec amixer set Master playback 1-
bind on XF86AudioMute exec amixer set Master toggle
bind on XF86AudioPlay exec mpc toggle
bind on XF86AudioNext exec mpc next
bind on XF86AudioPrev exec mpc prev
bind on XF86TouchpadToggle exec trackpad-toggle
bind on Mod4+p exec dmenu_mpd
# border
set border_focus #204a87
set border_width 1
# some behaviour
set window_open_frame empty