diff --git a/.config/awesome/externals.lua b/.config/awesome/externals.lua index 8d0b66c..0a3ac1a 100644 --- a/.config/awesome/externals.lua +++ b/.config/awesome/externals.lua @@ -202,8 +202,8 @@ externals.display = { turn_off = function() exec('xset dpms force off') end, save = function () exec("scrot -e 'mv $f ~/Pictures/'") end, backlight = { - down = function() exec("sudo sh -c 'echo $[$(/sys/class/backlight/intel_backlight/brightness'") end, - up = function() exec("sudo sh -c 'echo $[$(/sys/class/backlight/intel_backlight/brightness'") end + down = function() exec("sudo sh -c 'echo $[$(/sys/class/backlight/intel_backlight/brightness'") end, + up = function() exec("sudo sh -c 'echo $[$(/sys/class/backlight/intel_backlight/brightness'") end } } diff --git a/.xinitrc b/.xinitrc index be39f07..fe70e47 100644 --- a/.xinitrc +++ b/.xinitrc @@ -18,7 +18,6 @@ xset r rate 290 30 xautolock -locker slock & gtk-redshift & skype & - chromium & psi-plus & nm-applet & clipit &