Add minor configs for sxhkd and qutebrowser
This commit is contained in:
parent
3a173493f8
commit
164c6d07cd
2 changed files with 8 additions and 4 deletions
.config/sxhkd
|
@ -22,7 +22,7 @@ super + {_, ctrl +, shift + } Print
|
|||
suas {sel, win, }
|
||||
|
||||
super + Pause
|
||||
$HOME/.local/bin/rofi-shutdown
|
||||
rofi-shutdown
|
||||
|
||||
#
|
||||
# wm independent media hotkeys
|
||||
|
@ -49,7 +49,7 @@ XF86MonBrightnessDown
|
|||
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
||||
|
||||
super + v
|
||||
mpv $(xclip -o -selection clipboard)
|
||||
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue