diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-12 18:34:28 +0100 |
commit | 54dbc966d6a911dbb7bbd059f94f7e30c16e47bf (patch) | |
tree | c6a068dad02d0aac9de6f8540c1bfba7a52d0d6a /.local/bin/kb | |
parent | Notifications update (diff) | |
download | dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.gz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.bz2 dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.xz dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.tar.zst dotfiles-bsd-54dbc966d6a911dbb7bbd059f94f7e30c16e47bf.zip |
New espeak script for dunst
Diffstat (limited to '.local/bin/kb')
-rwxr-xr-x | .local/bin/kb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index 41d3fda..1b7a4ea 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -14,3 +14,4 @@ if ! xrandr | grep 'HDMI-1 connected' >/dev/null 2>&1; then xmodmap -e "add Control = Control_L" fi fi +notify-send -u low -t 2000 'kb' ' Keyboard set' |