Update key binds, deploy script, and remove tmux starting by default
This commit is contained in:
parent
c241b5d20f
commit
8b087082d6
6 changed files with 45 additions and 11 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue