aboutsummaryrefslogtreecommitdiff
path: root/.config/cow
diff options
context:
space:
mode:
Diffstat (limited to '.config/cow')
-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