From 064fb93965974ed826a7e9cdf854e9c5ec935342 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Tue, 24 Mar 2020 17:53:17 +0530 Subject: gentooman --- sxhkd/.config/sxhkd/sxhkdrc | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'sxhkd/.config') 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 # program launcher super + @space - rofi -show drun -show-icons - + dmenu_run -l 10 super + c rofi -show calc -modi calc -no-show-match -no-sort -no-history super + i @@ -30,15 +29,15 @@ super + Escape super + shift + w firefox control + alt + l - /home/fd0e/.local/bin/lock + lock super + shift + f - pcmanfm + spacefm Print scrot ctrl + Print scrot super + x - ~/.config/rofi/rofi-power.sh + shut super + shift + p rofi-pass # @@ -162,5 +161,7 @@ XF86Audio{Play,Next,Prev} playerctl {play-pause,next,previous} #light -XF86MonBrightness{Down,Up} - xbacklight {-dec 3,-inc 3} +XF86MonBrightnessDown + sudo sh -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)-5*$(<$f/max_brightness)/100)) > $f/brightness; done' +XF86MonBrightnessUp + sudo sh -c 'for f in /sys/class/backlight/*; do echo $(($(<$f/brightness)+5*$(<$f/max_brightness)/100)) > $f/brightness; done' -- cgit v1.2.3