Compare commits
2 Commits
30f8094674
...
95fb8abed6
| Author | SHA1 | Date | |
|---|---|---|---|
| 95fb8abed6 | |||
| e52463c1a8 |
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user