Compare commits
6 Commits
rotom
...
804814759f
| Author | SHA1 | Date | |
|---|---|---|---|
| 804814759f | |||
| c3a27811d6 | |||
| 7b41b56eb3 | |||
| 6cb39349f3 | |||
| 95fb8abed6 | |||
| e52463c1a8 |
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user