Update key binds, deploy script, and remove tmux starting by default

This commit is contained in:
Alex Selimov 2025-09-05 23:48:15 -04:00
parent c241b5d20f
commit 8b087082d6
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
6 changed files with 45 additions and 11 deletions

View file

@ -28,9 +28,6 @@ alt+ctrl+t
alt+ctrl+l
passmenu --type
ctrl+shift+v
paste_from_primary.sh
alt+shift+s
maim -s --hidecursor | xclip -selection clipboard -t image/png
@ -53,3 +50,11 @@ shift+alt+i
alt+e
emojis
# Smart copy/paste that works everywhere
alt + c
xclip -selection primary -o | xclip -selection clipboard -i
# Pste
alt + v
sh -c 'xclip -selection clipboard -o | xclip -selection primary -i && xdotool click 2'