diff --git a/roles/sway/files/kanshi/by_host/osz/config b/roles/sway/files/kanshi/by_host/osz/config index f1a5ca8..b1e3368 100644 --- a/roles/sway/files/kanshi/by_host/osz/config +++ b/roles/sway/files/kanshi/by_host/osz/config @@ -5,10 +5,10 @@ profile { } profile { - output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 0,1080 mode 1920x1080 - output "Unknown 0x091D 0x00000000" position 1920,1080 mode 1920x1080 scale 1 + output "Dell Inc. DELL P2417H CW6Y77AG05NB" position 0,0 mode 1920x1080 + output "eDP-1" position 1920,405 mode 1920x1080 scale 1.6 } profile { - output "Unknown 0x091D 0x00000000" position 1920,1560 mode 1920x1080 scale 1.2 + output "eDP-1" position 0,0 mode 1920x1080 scale 1 } diff --git a/roles/sway/templates/by_host/osz/config.j2 b/roles/sway/templates/by_host/osz/config.j2 index 6e15576..3aa6a67 100644 --- a/roles/sway/templates/by_host/osz/config.j2 +++ b/roles/sway/templates/by_host/osz/config.j2 @@ -1,8 +1,8 @@ #INCLUDE#################################################### # output configuration -set $laptop "Unknown 0x091D 0x00000000" -set $screen "Dell Inc. DELL P2417H CW6Y77AG05NB" -set $proj "ONKYO Corporation Sound System 0x00000000" +set $laptop "eDP-1" +set $screen "DP-3" +#set $proj "ONKYO Corporation Sound System 0x00000000" #output $proj pos 0 0 res 1920x1080 #output $screen pos 0 1080 res 1920x1080 diff --git a/roles/waybar/files/waybar/config b/roles/waybar/files/waybar/config index 46775c2..3dc3ce4 100644 --- a/roles/waybar/files/waybar/config +++ b/roles/waybar/files/waybar/config @@ -61,7 +61,7 @@ "format": " vpn", "interval": 5, "exec" : "echo a", - "exec-if" : "pgrep openvpn" + "exec-if" : "pgrep openconnect" }, "backlight": { "format": "{icon} {percent}%",