diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-05-26 13:47:01 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-05-26 13:47:01 +0000 |
| commit | de03a74a55ccdf7af9ffa552c7ecf456405ca305 (patch) | |
| tree | cdfd36d1a2c7417e499c926173aeeab3e364a29b | |
| parent | efb1e27e7d86b9d544c91eae7ec08bfa77819864 (diff) | |
remove screen blanking on timeout
| -rwxr-xr-x | Scripts/.config/Scripts/autostart.sh | 1 | ||||
| -rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 1 |
2 files changed, 1 insertions, 1 deletions
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!" |
