Border fixes

This commit is contained in:
2025-07-10 17:34:08 +02:00
parent 3ed68a62c1
commit 66cab9fa0b
2 changed files with 14 additions and 9 deletions
+13
View File
@@ -35,6 +35,19 @@ hotkey-overlay {
skip-at-startup
}
layout {
gaps 16
struts {
left -16
right -16
top -16
bottom -16
}
focus-ring {
width 2
}
}
binds {
XF86AudioPlay allow-when-locked=true { spawn "playerctl" "play-pause"; }
XF86AudioPause allow-when-locked=true { spawn "playerctl" "play-pause"; }