mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-26 01:08:52 -05:00
21 lines
576 B
Plaintext
21 lines
576 B
Plaintext
configuration {
|
|
modi: "ssh,window,drun,run";
|
|
columns: 1;
|
|
font: "Iosevka Nerd Font Italic 14";
|
|
show-icons: true;
|
|
terminal: "alacritty";
|
|
ssh-client: "ssh";
|
|
ssh-command: "alacritty -e {ssh-client} {host}";
|
|
run-shell-command: "alacritty -e sh -c "{cmd}; read"";
|
|
drun-display-format: "{icon} {name}";
|
|
disable-history: true;
|
|
sidebar-mode: false;
|
|
theme: "~/.config/rofi/nord.rasi";
|
|
display-window: " ";
|
|
display-run: " ";
|
|
display-ssh: " ssh";
|
|
display-drun: " ";
|
|
kb-primary-paste: "Control+Shift+v,Shift+Insert";
|
|
kb-secondary-paste: "Control+v,Insert";
|
|
}
|