aboutsummaryrefslogtreecommitdiff
path: root/.config/cow/cow.conf
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-08-24 23:01:16 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-08-24 23:01:16 +0100
commita90d8ddc8581cf8b4848f7fd5ad1b167000108a0 (patch)
treed5f775af267dc892fd524bbc783642d5b0d28e37 /.config/cow/cow.conf
parent64ac436053a7a0e16eca1c140143d7b552dca658 (diff)
Removed from the rules 'self.current_output and' in cow.conf
Diffstat (limited to '.config/cow/cow.conf')
-rw-r--r--.config/cow/cow.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/cow/cow.conf b/.config/cow/cow.conf
index a8127df..693bb2a 100644
--- a/.config/cow/cow.conf
+++ b/.config/cow/cow.conf
@@ -427,22 +427,22 @@ rule -g -n mpv -T on-map -s %mpv script {
}
rule -g -T on-map -n cowbuttons script {
- if self.title == "cowbuttons:Status" and self.current_output and self.output == "HDMI-A-1"{
+ if self.title == "cowbuttons:Status" and self.output == "HDMI-A-1"{
winops -sS
winops -C on
window-move -x 1555 -y 5
}
- if self.title == "cowbuttons:Status" and self.current_output and self.output == "eDP-1"{
+ if self.title == "cowbuttons:Status" and self.output == "eDP-1"{
winops -sS
winops -C on
window-move -x 3475 -y 5
}
- if self.title == "cowbuttons:Clock" and self.current_output and self.output == "HDMI-A-1" {
+ if self.title == "cowbuttons:Clock" and self.output == "HDMI-A-1"{
winops -sS
winops -C on
window-move -x 825 -y 5
}
- if self.title == "cowbuttons:Clock" and self.current_output and self.output == "eDP-1" {
+ if self.title == "cowbuttons:Clock" and self.output == "eDP-1"{
winops -sS
winops -C on
window-move -x 2745 -y 5
@@ -456,12 +456,12 @@ rule -g -T on-map -n cowiconman -s /cowiconman-/ script {
}
rule -g -T on-map -n cowpager -s /cowpager:/ script {
- if self.current_output and self.output == "HDMI-A-1" {
+ if self.output == "HDMI-A-1"{
winops -sS
winops -C on
window-move -x 15 -y 5
}
- if self.current_output and self.output == "eDP-1" {
+ if self.output == "eDP-1"{
winops -sS
winops -C on
window-move -x 1935 -y 5