dotfiles/home/.config/rofi/config.rasi
Sarthak 7f41cf7a82 replace the old dotfiles with the sakura line rice
The bare $HOME repo is gone. This is now the rice: install.sh, rice-*
scripts in bin/, configs in home/ linked into $HOME, theme templates, st
and the particle wallpaper. Clone to ~/rice and run install.sh.
2026-09-14 19:44:44 +05:30

22 lines
793 B
Text

/* Sakura Line - rofi defaults. Scripts pick a layout with -theme. */
configuration {
modes: "drun,run,window";
show-icons: true;
icon-theme: "Papirus-Dark";
drun-display-format: "{name}";
matching: "fuzzy";
sort: true;
sorting-method: "fzf";
hover-select: true;
me-select-entry: "MousePrimary";
me-accept-entry: "!MousePrimary";
kb-cancel: "Escape,Control+g,Control+bracketleft";
/* Header titles, one per mode (rofi 2 ignores -display-<mode> for some modes). */
drun { display-name: "Apps"; }
run { display-name: "Run"; }
window { display-name: "Windows"; }
emoji { display-name: "Emoji"; }
}
@theme "~/.config/rofi/launcher.rasi"