diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:09:28 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-17 02:09:28 +0200 |
commit | 65b49c05c48cfbc84a3d0477601a9f70a2027514 (patch) | |
tree | 8abaaef7944fd70bda4e8f624390672fa539fb52 /.local/bin/kb | |
parent | new alias (diff) | |
download | dotfiles-bsd-65b49c05c48cfbc84a3d0477601a9f70a2027514.tar.gz dotfiles-bsd-65b49c05c48cfbc84a3d0477601a9f70a2027514.tar.bz2 dotfiles-bsd-65b49c05c48cfbc84a3d0477601a9f70a2027514.tar.xz dotfiles-bsd-65b49c05c48cfbc84a3d0477601a9f70a2027514.tar.zst dotfiles-bsd-65b49c05c48cfbc84a3d0477601a9f70a2027514.zip |
New script for home screen
Diffstat (limited to '.local/bin/kb')
-rwxr-xr-x | .local/bin/kb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/kb b/.local/bin/kb index 6fd8573..75eb232 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -39,7 +39,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # # kb -# Thu Apr 14 21:12:19 CEST 2022 +# Sun Apr 17 00:44:51 CEST 2022 # Joe # # Script to set the internal keyboard correctly @@ -51,6 +51,7 @@ setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' xmodmap -e 'keycode 23 = Escape' +notify-send -u low -t 2000 'kb' ' ThinkPad keyboard set' # screens=$(xrandr | grep ' connected' | awk '{print $1}') # if echo "$screens" | grep 'HDMI-1' >/dev/null 2>&1; then # if echo "$screens" | grep 'VGA-1' >/dev/null 2>&1; then @@ -67,6 +68,5 @@ xmodmap -e 'keycode 23 = Escape' # fi # mouse=$(xinput list | grep 'HARPOON' | awk '{print $10}' | sed 's/id=//') # xinput --set-prop "$mouse" 'libinput Accel Speed' -0.40 -notify-send -u low -t 2000 'kb' ' ThinkPad keyboard set' # vim: filetype=sh |