diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-12 21:40:53 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-12 21:40:53 +0200 |
| commit | c68b92c079238afef236b2582ef99a0a4f55fc45 (patch) | |
| tree | 7c66060d372be708f9a2c2234bf04bfc846fcf74 /.config/sxhkd | |
| parent | 8cdf88e603ddd9395d620e42a9804cf052e3e680 (diff) | |
| download | dotfiles-c68b92c079238afef236b2582ef99a0a4f55fc45.tar.gz dotfiles-c68b92c079238afef236b2582ef99a0a4f55fc45.zip | |
Add play/pause, previous/next song arrow key shortcuts
Diffstat (limited to '.config/sxhkd')
| -rwxr-xr-x | .config/sxhkd/sxhkdrc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc index dd4a0d9..7d7ef9a 100755 --- a/.config/sxhkd/sxhkdrc +++ b/.config/sxhkd/sxhkdrc @@ -484,11 +484,3 @@ alt + ctrl + Right #ctrl + alt + @{Up,Down} # xte 'keyup Control_L' 'keyup Alt_L' 'key {Home,End}' -# Emulate home/end keys with shift -#ctrl + alt + shift + {k,j} -# xte 'keyup Control_L' 'keyup Alt_L' 'key {Home,End}' -# Emulate delete key -#super + BackSpace -# xdotool key --clearmodifiers Delete -#super + BackSpace -# Delete |
