summaryrefslogtreecommitdiff
path: root/sxhkd/.config
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/.config')
-rw-r--r--sxhkd/.config/sxhkd/sxhkdrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc
index b7e3d8a..22fe28e 100644
--- a/sxhkd/.config/sxhkd/sxhkdrc
+++ b/sxhkd/.config/sxhkd/sxhkdrc
@@ -7,8 +7,7 @@ super + shift + Return
7 7
8# program launcher 8# program launcher
9super + @space 9super + @space
10 rofi -show drun -show-icons 10 dmenu_run -l 10
11
12super + c 11super + c
13 rofi -show calc -modi calc -no-show-match -no-sort -no-history 12 rofi -show calc -modi calc -no-show-match -no-sort -no-history
14super + i 13super + i
@@ -30,15 +29,15 @@ super + Escape
30super + shift + w 29super + shift + w
31 firefox 30 firefox
32control + alt + l 31control + alt + l
33 /home/fd0e/.local/bin/lock 32 lock
34super + shift + f 33super + shift + f
35 pcmanfm 34 spacefm
36Print 35Print
37 scrot 36 scrot
38ctrl + Print 37ctrl + Print
39 scrot 38 scrot
40super + x 39super + x
41 ~/.config/rofi/rofi-power.sh 40 shut
42super + shift + p 41super + shift + p
43 rofi-pass 42 rofi-pass
44# 43#
@@ -162,5 +161,7 @@ XF86Audio{Play,Next,Prev}
162 playerctl {play-pause,next,previous} 161 playerctl {play-pause,next,previous}
163 162
164#light 163#light
165XF86MonBrightness{Down,Up} 164XF86MonBrightnessDown
166 xbacklight {-dec 3,-inc 3} 165 sudo sh -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done'
166XF86MonBrightnessUp
167 sudo sh -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done'