Fix doubled binding in sxhkd
This commit is contained in:
parent
c83f71d845
commit
a782367f4f
@ -1,6 +1,6 @@
|
|||||||
super + Return
|
super + Return
|
||||||
$TERMINAL
|
$TERMINAL
|
||||||
super + shift + b
|
super + alt + b
|
||||||
$BROWSER
|
$BROWSER
|
||||||
super + b
|
super + b
|
||||||
search
|
search
|
||||||
@ -48,7 +48,7 @@ F10
|
|||||||
F11
|
F11
|
||||||
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
[ $(pgrep ffmpeg) ] && blaze -s || blaze
|
||||||
End
|
End
|
||||||
slock; systemctl suspend
|
slock & systemctl suspend
|
||||||
Pause
|
Pause
|
||||||
syncnow
|
syncnow
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user