Compare commits

...

3 Commits

2 changed files with 5 additions and 2 deletions

View File

@ -109,7 +109,7 @@ $ ./setup.sh
</p> </p>
<p align="center"> <p align="center">
<!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><a href="https://github.com/kobinabrandon"><img src="https:&#x2F;&#x2F;github.com&#x2F;kobinabrandon.png" width="60px" alt="User avatar: Kobina Brandon" /></a><!-- sponsors --> <!-- sponsors --><a href="https://github.com/davidtoska"><img src="https:&#x2F;&#x2F;github.com&#x2F;davidtoska.png" width="60px" alt="User avatar: David Toska" /></a><a href="https://github.com/snubbi1954-elementary"><img src="https:&#x2F;&#x2F;github.com&#x2F;snubbi1954-elementary.png" width="60px" alt="User avatar: Carl Andersen" /></a><a href="https://github.com/dgxlab"><img src="https:&#x2F;&#x2F;github.com&#x2F;dgxlab.png" width="60px" alt="User avatar: David Vargas" /></a><!-- sponsors -->
</p> </p>
--- ---

View File

@ -51,10 +51,13 @@ configuration {
run-shell-command: "{terminal} -e {cmd}"; run-shell-command: "{terminal} -e {cmd}";
/*---------- Fallback Icon ----------*/ /*---------- Fallback Icon ----------*/
run,drun { run {
fallback-icon: "application-x-addon"; fallback-icon: "application-x-addon";
} }
drun {
fallback-icon: "application-x-addon";
}
/*---------- 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-command: "wmctrl -i -R {window}";