From de03a74a55ccdf7af9ffa552c7ecf456405ca305 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Sun, 26 May 2019 09:47:01 -0400 Subject: remove screen blanking on timeout --- Scripts/.config/Scripts/autostart.sh | 1 + sxhkd/.config/sxhkd/sxhkdrc | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/.config/Scripts/autostart.sh b/Scripts/.config/Scripts/autostart.sh index 41d1414..99d7299 100755 --- a/Scripts/.config/Scripts/autostart.sh +++ b/Scripts/.config/Scripts/autostart.sh @@ -13,6 +13,7 @@ function run { ~/.config/Scripts/screen.sh d && sleep 2s setxkbmap -layout us -variant altgr-intl -option caps:escape xmodmap -e "keycode 135 = Super_R" +xset s off -dpms run mpd run nm-applet run compton diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 214946a..0fb9723 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -56,7 +56,6 @@ super + shift + m super + {minus,equal} pamixer --allow-boost -{d,i} 10 && notify-send "🎧 $(pamixer --get-volume-human)" - super + F1 amixer -c 0 set Headphone 100% unmute && notify-send -t 1000 "🎧 Unmuted!" -- cgit v1.2.3