Steam notification window rules
This commit is contained in:
@@ -266,6 +266,12 @@ window-rule {
|
|||||||
default-column-width { proportion 1.0; }
|
default-column-width { proportion 1.0; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Steam notification
|
||||||
|
window-rule {
|
||||||
|
match app-id="steam" title=r#"^notificationtoasts_\d+_desktop$"#
|
||||||
|
default-floating-position x=10 y=10 relative-to="bottom-right"
|
||||||
|
}
|
||||||
|
|
||||||
debug {
|
debug {
|
||||||
honor-xdg-activation-with-invalid-serial
|
honor-xdg-activation-with-invalid-serial
|
||||||
}
|
}
|
||||||
@@ -287,3 +293,5 @@ include "dms/alttab.kdl"
|
|||||||
include "dms/binds.kdl"
|
include "dms/binds.kdl"
|
||||||
|
|
||||||
include "dms/outputs.kdl"
|
include "dms/outputs.kdl"
|
||||||
|
|
||||||
|
include "dms/cursor.kdl"
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
// ! DO NOT EDIT !
|
||||||
|
// ! AUTO-GENERATED BY DMS !
|
||||||
|
// ! CHANGES WILL BE OVERWRITTEN !
|
||||||
|
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
|
||||||
|
|
||||||
|
cursor {
|
||||||
|
xcursor-theme "Sweet-cursors"
|
||||||
|
xcursor-size 24
|
||||||
|
}
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
|
// ! PLACE YOUR CUSTOM CONFIGURATION ELSEWHERE !
|
||||||
|
|
||||||
layout {
|
layout {
|
||||||
gaps 4
|
gaps 8
|
||||||
|
|
||||||
border {
|
border {
|
||||||
width 2
|
width 2
|
||||||
|
|||||||
Reference in New Issue
Block a user