diff options
| -rw-r--r-- | .config/cow/cow.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf index 0d66370..6043109 100644 --- a/.config/cow/cow.conf +++ b/.config/cow/cow.conf @@ -236,6 +236,11 @@ decor -d cowpager-nodecor border.handles false decor -d cowpager-nodecor titlebar.enabled false rule -g -Ton-map -ncowpager-chrome -s %cowpager decor -a cowpager-nodecor +# decor -d cowclock-nodecor border.width 0 +decor -d cowclock-nodecor border.handles false +decor -d cowclock-nodecor titlebar.enabled false +rule -g -Ton-map -ncowclock-chrome -s %cowclock decor -a cowclock-nodecor + # This optional example tints desks 1 and 2. `-t :1` means desk 1 on any # output. An on-desk rule is applied to every window on the desk whenever that # desk becomes current or a view maps onto it. Uncomment the definitions and @@ -285,6 +290,16 @@ rule -g -T on-map -n cowbuttons script { winops -C on window-move -x 2745 -y 5 } + if self.title == "Clock" and self.output == "HDMI-A-1"{ + winops -sS + winops -C on + window-move -x 1767 -y 60 + } + if self.title == "Clock" and self.output == "eDP-1"{ + winops -sS + winops -C on + window-move -x 3687 -y 60 + } } rule -g -T on-map -n cowiconman -s /cowiconman-/ script { |
