Add touchscreen toggle script, change scripts to be POSIX compliant

This commit is contained in:
Riyyi
2018-01-08 15:47:53 +01:00
parent 83538cede1
commit 1f370d0aaa
6 changed files with 19 additions and 5 deletions
+2
View File
@@ -202,6 +202,8 @@ bindsym $mod+F2 exec xbacklight -dec 10 && pkill -RTMIN+2 i3blocks
bindsym --release Print exec scrot -e "mv \$f $HOME/Pictures/screen_captures/" # Fullscreen
bindsym --release Shift+Print exec scrot -s -e "mv \$f $HOME/Pictures/screen_captures/" # Selection
bindsym --release $mod+Print exec scrot -u -e "mv \$f $HOME/Pictures/screen_captures/" # Focused window
# Touchscreen toggle
bindsym $mod+F7 exec $HOME/.scripts/wm/touchscreen.sh
# Window appearance
smart_gaps on