summaryrefslogtreecommitdiff
path: root/.config/sxhkd/sxhkdrc
blob: 525478ed2995b4ce0e8e8ad80ac74c306acca8b7 (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
super + shift + q
    i3-msg kill

super + shift + r
    i3-msg restart

super + shift + p
    rofi -show p -modi "p:rofi-power-menu --choices=shutdown/reboot/suspend/logout --confirm="

super + Escape
    systemctl suspend

super + Return
    alacritty

super + b
    firefox

super + f
    i3-msg fullscreen toggle

super + i
    polybar-msg cmd toggle

super + shift + s
    $HOME/.local/bin/screenshot -s

Print
    $HOME/.local/bin/screenshot

super + shift + c
    $HOME/.local/bin/comptoggle 

super + d 
    rofi -show drun -show-icons -drun-display-format \{name\}

alt + Tab
    rofi -show window -show-icons -drun-display-format \{name\}

alt + b 
    clipmenu -i -p clipmenu

super + p 
    rofi-pass

XF86AudioRaiseVolume  
    pamixer -i 5

XF86AudioLowerVolume  
    pamixer -d 5

XF86AudioMute  
    pamixer -t

XF86AudioPlay  
    playerctl play-pause

XF86AudioNext  
    playerctl next

XF86AudioPrev  
    playerctl previous

XF86MonBrightnessUp  
    xbacklight -inc 5

XF86MonBrightnessDown  
    xbacklight -dec 5

super + {Left,Down,Up,Right}
    i3-msg focus {left,down,up,right}

super + {h,j,k,l}
    i3-msg focus {left,down,up,right}

super + shift + {Left,Down,Up,Right}
    i3-msg move {left,down,up,right}

super + shift + {h,j,k,l}
    i3-msg move {left,down,up,right}

super + Tab
    i3-msg focus mode_toggle

super + g
    i3-msg split h

super + v
    i3-msg split v

super + t
    i3-msg layout toggle tabbed splith splitv

super + shift + f
    i3-msg floating toggle