aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-28 22:26:49 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-28 22:26:49 +0100
commitde200ba117d1ae7607f5f68bd267675147dd0798 (patch)
treea0950d8f51a6b7b17efeea9e54eed02ccb7f8760
parentbdf1883e4133c6eceda7c475cf54de82ac29b1c8 (diff)
Add cowclock and cowiconman to the raise keybinding LS+b
-rw-r--r--.config/cow/cow.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf
index 4a91a0a..3ad8949 100644
--- a/.config/cow/cow.conf
+++ b/.config/cow/cow.conf
@@ -495,6 +495,12 @@ bind LS+b script {
for w in (windows where w.app_id == "cowbuttons") {
winops -r
}
+ for w in (windows where w.app_id == "cowclock") {
+ winops -r
+ }
+ for w in (windows where w.app_id == "cowiconman") {
+ winops -r
+ }
}
# -----------------------------------------------------------------------------