mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 19:39:40 +01:00
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:
parent
f5e0a08a30
commit
2eca315010
@ -29,6 +29,7 @@ in
|
|||||||
drun-display-format = "{name}";
|
drun-display-format = "{name}";
|
||||||
me-select-entry = "";
|
me-select-entry = "";
|
||||||
me-accept-entry = "MousePrimary";
|
me-accept-entry = "MousePrimary";
|
||||||
|
kb-cancel = "Escape,MouseMiddle";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Based on Newman Sánchez's Launchpad theme <https://github.com/newmanls/rofi-themes-collection>
|
# Based on Newman Sánchez's Launchpad theme <https://github.com/newmanls/rofi-themes-collection>
|
||||||
|
Loading…
Reference in New Issue
Block a user