diff options
| author | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 22:26:49 +0100 |
|---|---|---|
| committer | Justine Smithies <justine@smithies.me.uk> | 2026-08-28 22:26:49 +0100 |
| commit | de200ba117d1ae7607f5f68bd267675147dd0798 (patch) | |
| tree | a0950d8f51a6b7b17efeea9e54eed02ccb7f8760 | |
| parent | bdf1883e4133c6eceda7c475cf54de82ac29b1c8 (diff) | |
Add cowclock and cowiconman to the raise keybinding LS+b
| -rw-r--r-- | .config/cow/cow.conf | 6 |
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 + } } # ----------------------------------------------------------------------------- |
