rofi: Make launcher possible to exit with middle click

Now opening an application is no longer necessary if you only have
access to a mouse.
This commit is contained in:
Donovan Glover 2024-07-23 17:49:41 -04:00
parent f5e0a08a30
commit 2eca315010
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -29,6 +29,7 @@ in
drun-display-format = "{name}";
me-select-entry = "";
me-accept-entry = "MousePrimary";
kb-cancel = "Escape,MouseMiddle";
};
# Based on Newman Sánchez's Launchpad theme <https://github.com/newmanls/rofi-themes-collection>