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-match-fields: "title,class,role,name,desktop";
window-command: "wmctrl -i -R {window}";
window-format: "{w} - {c} - {t:0}";
window-thumbnail: false;

View File

@ -11,7 +11,7 @@
configuration {
modi: "drun";
show-icons: true;
display-drun: "";
display-drun: " ";
drun-display-format: "{name}";
}
@ -35,7 +35,7 @@ window {
border: 0px solid;
border-radius: 12px;
border-color: @selected;
background-color: black / 10%;
background-color: black / 50%;
cursor: "default";
}