Compare commits

...

6 Commits

View File

@@ -37,6 +37,21 @@ output "eDP-1" {
position x=0 y=0 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 { gestures {
hot-corners { hot-corners {
@@ -240,6 +255,16 @@ window-rule {
match app-id=r#"org.quickshell$"# match app-id=r#"org.quickshell$"#
open-floating false 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 { debug {
honor-xdg-activation-with-invalid-serial honor-xdg-activation-with-invalid-serial
} }