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.
This commit is contained in:
commit
7f41cf7a82
104 changed files with 8077 additions and 0 deletions
22
home/.config/rofi/config.rasi
Normal file
22
home/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
/* 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue