minor tweaks and new tools

This commit is contained in:
Von Random 2021-06-08 20:27:36 +03:00
parent 5a634016cf
commit e9243344a8
5 changed files with 60 additions and 4 deletions

View file

@ -35,13 +35,13 @@ function parse_actions
case $action in
(LOCK|BLANK)
setxkbmap us -option
notify-send DUNST_COMMAND_PAUSE
dunstctl set-paused true
;;
(UNBLANK)
check_start gxkb
$HOME/git/mine/vscripts/mykblayouts
$HOME/.local/bin/touchpad-config
notify-send DUNST_COMMAND_RESUME
dunstctl set-paused false
;;
esac
done