1
0
forked from extern/nix-config

rofi: Update config.rasi

One notable change is that it's now possible to select entries with a
single click.
This commit is contained in:
Donovan Glover 2023-04-30 18:36:29 -04:00
parent 1dd1f46554
commit f9efa2a364
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -6,20 +6,21 @@ configuration {
display-drun: "";
display-window: "";
display-combi: "";
drun-icon-theme: "Papirus-Dark";
icon-theme: "Papirus";
terminal: "kitty";
scroll-method: 1;
run-shell-command: "{terminal} -e fish -ic '{cmd} && read'";
drun-match-fields: "name";
drun-display-format: "{name}";
window {
hide-active-window: true;
}
me-select-entry: "";
me-accept-entry: "MousePrimary";
}
@theme "~/.cache/wal/rofi.rasi"
listview {
columns: 3;
}
window {
width: 1200px;
cycle: false;
}
// vim:syn=java