diff options
Diffstat (limited to '.config/cow/cow.conf')
| -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 + } } # ----------------------------------------------------------------------------- |
