moving to wayland specific config

This commit is contained in:
spinach 2026-01-12 14:18:32 -05:00
parent bcf7a4d38d
commit d04eab7465
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,6 @@ configuration {
/*---------- Window switcher settings ----------*/ /*---------- Window switcher settings ----------*/
window-match-fields: "title,class,role,name,desktop"; window-match-fields: "title,class,role,name,desktop";
window-command: "wmctrl -i -R {window}";
window-format: "{w} - {c} - {t:0}"; window-format: "{w} - {c} - {t:0}";
window-thumbnail: false; window-thumbnail: false;

View File

@ -35,7 +35,7 @@ window {
border: 0px solid; border: 0px solid;
border-radius: 12px; border-radius: 12px;
border-color: @selected; border-color: @selected;
background-color: black / 10%; background-color: black / 50%;
cursor: "default"; cursor: "default";
} }