diff options
| author | marcellus <msimon_fr@hotmail.com> | 2023-07-31 14:04:12 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2023-07-31 14:04:12 +0200 |
| commit | a5e61c1cc5ba0db378ce43d98aa244f3995d32d5 (patch) | |
| tree | bc2605232c6f196b8ff1ce03e43ceafc41269fff /sxhkd | |
| parent | 78e5a4c875e6362cdb6d1a160132c3d82142e637 (diff) | |
fix: switched back to dwmblocks, it works (not like sb)
Diffstat (limited to 'sxhkd')
| -rw-r--r-- | sxhkd/sxhkdrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc index f3b2ae8..91436f3 100644 --- a/sxhkd/sxhkdrc +++ b/sxhkd/sxhkdrc @@ -1,7 +1,7 @@ super + Escape kill -10 $(pidof sxhkd) super + shift + Escape - kill -10 $(pidof sb) + kill -10 $(pidof dwmblocks) {super + Return,button8} $TERMINAL super + d |
