Compare commits

...

2 Commits

Author SHA1 Message Date
95fb8abed6 Vesktop and Ferdium always on 2nd monitor 2026-01-12 15:27:46 +01:00
e52463c1a8 Golbat monitor setup 2026-01-12 14:54:32 +01:00

View File

@@ -37,6 +37,21 @@ output "eDP-1" {
position x=0 y=0
}
// Main Screen
output "DP-2" {
mode "2560x1440@180.002"
scale 1
transform "normal"
position x=0 y=0
}
// Secondary Screen
output "DP-1" {
mode "2560x1440@59.951"
scale 1
transform "normal"
position x=2560 y=140
}
gestures {
hot-corners {
@@ -240,6 +255,16 @@ window-rule {
match app-id=r#"org.quickshell$"#
open-floating false
}
// Custom window rules
window-rule {
match app-id="vesktop"
match app-id="Ferdium"
open-on-output "DP-1"
default-column-width { proportion 1.0; }
}
debug {
honor-xdg-activation-with-invalid-serial
}