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:
parent
1dd1f46554
commit
f9efa2a364
@ -6,20 +6,21 @@ configuration {
|
|||||||
display-drun: "";
|
display-drun: "";
|
||||||
display-window: "";
|
display-window: "";
|
||||||
display-combi: "";
|
display-combi: "";
|
||||||
drun-icon-theme: "Papirus-Dark";
|
icon-theme: "Papirus";
|
||||||
terminal: "kitty";
|
terminal: "kitty";
|
||||||
scroll-method: 1;
|
drun-match-fields: "name";
|
||||||
run-shell-command: "{terminal} -e fish -ic '{cmd} && read'";
|
drun-display-format: "{name}";
|
||||||
|
window {
|
||||||
|
hide-active-window: true;
|
||||||
|
}
|
||||||
|
me-select-entry: "";
|
||||||
|
me-accept-entry: "MousePrimary";
|
||||||
}
|
}
|
||||||
|
|
||||||
@theme "~/.cache/wal/rofi.rasi"
|
@theme "~/.cache/wal/rofi.rasi"
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
columns: 3;
|
cycle: false;
|
||||||
}
|
|
||||||
|
|
||||||
window {
|
|
||||||
width: 1200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// vim:syn=java
|
// vim:syn=java
|
||||||
|
Loading…
Reference in New Issue
Block a user