60 lines
952 B
Text
60 lines
952 B
Text
XF86Audio{Prev,Next}
|
|
mpc {cdprev,next}; kill -45 $(cat ~/.cache/pidofbar)
|
|
|
|
XF86AudioPlay
|
|
mpc toggle
|
|
|
|
XF86Audio{Raise,Lower}Volume
|
|
volume.sh {up,down}; kill -44 $(pidof dwmblocks)
|
|
|
|
XF86AudioMute
|
|
volume.sh mute; kill -44 $(pidof dwmblocks)
|
|
|
|
XF86MonBrightness{Up,Down}
|
|
xbacklight -{inc,dec} 10
|
|
|
|
alt+ctrl+p
|
|
pubs-rofi.sh open
|
|
|
|
alt+ctrl+i
|
|
pubs-rofi.sh tag
|
|
|
|
alt+ctrl+d
|
|
pubs-rofi.sh url
|
|
|
|
alt+ctrl+t
|
|
textbooks.sh
|
|
|
|
alt+ctrl+l
|
|
passmenu --type
|
|
|
|
alt+shift+s
|
|
maim -s --hidecursor | xclip -selection clipboard -t image/png
|
|
|
|
alt+o
|
|
find_open
|
|
alt+y
|
|
xclip -o | viewurl
|
|
|
|
alt+s
|
|
search
|
|
|
|
ctrl+shift+s
|
|
swap_monitor.sh
|
|
|
|
ctrl+shift+d
|
|
dock.sh
|
|
|
|
shift+alt+i
|
|
rofi-connman
|
|
|
|
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'
|