aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-09 10:48:32 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-09 10:48:32 +0100
commit90e17dea145f57ec38a76ef83177f6f6a939623b (patch)
treec99c5b11896295cdfa590d3b300e47df6ee1a9a5
parentd112297c385ed14e049e63ed24415eaf41c49894 (diff)
Added binding to restart CoW.
-rw-r--r--.config/cow/cow.conf3
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"