diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-05-30 22:39:33 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-05-30 22:39:33 +0200 |
| commit | 138edf940d1aa67bcca222ba495b5fcd83b17c69 (patch) | |
| tree | 1169c6adeae6d6a73e2ef82288f80e6afc390628 /sxhkd | |
| parent | 71031b57a14824f351797acc6629732dcae1bb17 (diff) | |
fix: beggining to fix the placement/backgroundstuckification of glava,
see my fork of dwm
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/sxhkdrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index 504560b..2f04940 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -25,8 +25,10 @@ super + shift + m musiccmd XF86Tools selectopt -XF86Audio{Prev,Next,Play,Stop} - musiccmd {prev,next,cycle,stop} +XF86Audio{Prev,Next,Play} + musiccmd {prev,next,cycle} +XF86AudioStop + musiccmd stop; kill $(pidof glava) super + {s,a,y,w,e} dmenusearch {web,aur,youtube,man,emoji} super + shift + w |
