diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-03-24 12:23:17 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-03-24 12:23:17 +0000 |
commit | 064fb93965974ed826a7e9cdf854e9c5ec935342 (patch) | |
tree | 75789e39783d7def078085b96d71d55e20555cbd /sxhkd | |
parent | afb012025a944617e912c20e98190f8538d78262 (diff) |
gentooman
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 15 |
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 |
9 | super + @space | 9 | super + @space |
10 | rofi -show drun -show-icons | 10 | dmenu_run -l 10 |
11 | |||
12 | super + c | 11 | super + 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 |
14 | super + i | 13 | super + i |
@@ -30,15 +29,15 @@ super + Escape | |||
30 | super + shift + w | 29 | super + shift + w |
31 | firefox | 30 | firefox |
32 | control + alt + l | 31 | control + alt + l |
33 | /home/fd0e/.local/bin/lock | 32 | lock |
34 | super + shift + f | 33 | super + shift + f |
35 | pcmanfm | 34 | spacefm |
36 | 35 | ||
37 | scrot | 36 | scrot |
38 | ctrl + Print | 37 | ctrl + Print |
39 | scrot | 38 | scrot |
40 | super + x | 39 | super + x |
41 | ~/.config/rofi/rofi-power.sh | 40 | shut |
42 | super + shift + p | 41 | super + 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 |
165 | XF86MonBrightness{Down,Up} | 164 | XF86MonBrightnessDown |
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' |
166 | XF86MonBrightnessUp | ||
167 | sudo sh -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' | ||