dotfiles/home/.config/rofi/config.rasi
Sarthak 4b203d06bd 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.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BLLuuQfeDiqFHHSgd2VWrQ
2026-09-14 16:12:09 +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"