AutoYADM commit: 2025-02-25 20:20:12

This commit is contained in:
Daniel Fichtinger 2025-02-25 20:20:12 -05:00
parent fb260aec50
commit 1785a23b1e

View file

@ -112,7 +112,7 @@ layout {
// You can change how the focus ring looks. // You can change how the focus ring looks.
focus-ring { focus-ring {
// Uncomment this line to disable the focus ring. // Uncomment this line to disable the focus ring.
off // off
// How many logical pixels the ring extends out from the windows. // How many logical pixels the ring extends out from the windows.
width 1 width 1
@ -148,7 +148,7 @@ layout {
border { border {
// The settings are the same as for the focus ring. // The settings are the same as for the focus ring.
// If you enable the border, you probably want to disable the focus ring. // If you enable the border, you probably want to disable the focus ring.
// off off
width 1 width 1
active-color "#B14242" active-color "#B14242"
@ -258,7 +258,7 @@ window-rule {
window-rule { window-rule {
match app-id=r#"firefox$"# match app-id=r#"firefox$"#
focus-ring { focus-ring {
width 4 width 2
} }
} }
@ -291,6 +291,10 @@ window-rule {
clip-to-geometry true clip-to-geometry true
} }
environment {
QT_QPA_PLATFORM "wayland"
DISPLAY ":0"
}
binds { binds {
// Keys consist of modifiers separated by + signs, followed by an XKB key name // Keys consist of modifiers separated by + signs, followed by an XKB key name
// in the end. To find an XKB name for a particular key, you may use a program // in the end. To find an XKB name for a particular key, you may use a program