all repos

dotfiles @ 04331d3e9479176b5ffdfdd8dfc197e052801a37

i use rach linux btw

dotfiles/config/bspwm/sxhkd (view raw)

1
# Smirnov-O <ss2316544@gmail.com>
2
# BSPWM/SXKBD config file
3
4
## == USER keys
5
super + {_,shift} Return
6
    {kitty, rofi -show drun}
7
8
super + shift + {w, e, f, s, t, z, q}
9
    {google-chrome-stable,              \
10
     code,                              \
11
     nemo,                              \
12
     .applications/simplenote.appimage, \
13
     .applications/todoist.appimage,    \
14
     slock,                             \
15
     xkill                              }
16
17
{_,shift,ctrl} Print
18
    {scrot -s, \
19
     scrot,    \
20
     scrot -u  }
21
22
super + {equal, minus, shift+minus}
23
    amixer sset Master {2%+, 2%-, toggle}
24
25
super + Escape
26
    .config/rofi/script/powermenu.sh
27
28
### == BSPWM keys
29
super + q
30
    bspc node -c
31
32
super + control + r
33
    bspc wm -r \
34
    && pkill sxhkd \
35
    && sxhkd -c ~/.config/bspwm/sxhkd
36
37
super + {_,shift + } {h,j,k,l}
38
    bspc node -{f,s} {west,south,north,east}
39
40
super + ctrl + {h,j,k,l}
41
    bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
42
43
super + {_,shift + }{1-9}
44
    bspc {desktop -f,node -d} focused:'^{1-9}'
45
46
super + shift + {Tab, F11}
47
    bspc node -t {floating,fullscreen}
48
49
super + Tab
50
    bspc node -t tiled
51
52
# vim: ft=sxhkdrc