diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-09 10:48:32 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-09 10:48:32 +0100 |
| commit | 90e17dea145f57ec38a76ef83177f6f6a939623b (patch) | |
| tree | c99c5b11896295cdfa590d3b300e47df6ee1a9a5 /.config/cow/cow.conf | |
| parent | d112297c385ed14e049e63ed24415eaf41c49894 (diff) | |
Added binding to restart CoW.
Diffstat (limited to '.config/cow/cow.conf')
| -rw-r--r-- | .config/cow/cow.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 4648621..8a59e68 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -284,6 +284,9 @@ bind LCA+q quit bind L+Return exec foot bind L+d exec fuzzel +# Restart CoW +bind LS+r exec "pkill -USR1 cow" + # Power menu bind LS+p exec sh "$HOME/.local/bin/power-menu-fuzzel.sh" |
