mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-11-27 18:13:19 +00:00
feat(rofi): add config
This commit is contained in:
19
home/dot_config/rofi/config.rasi
Normal file
19
home/dot_config/rofi/config.rasi
Normal file
@@ -0,0 +1,19 @@
|
||||
configuration {
|
||||
modi: "window,drun,ssh,combi";
|
||||
font: "sf mono medium 24";
|
||||
fixed-num-lines: true;
|
||||
show-icons: true;
|
||||
terminal: "alacritty";
|
||||
case-sensitive: false;
|
||||
sidebar-mode: false;
|
||||
combi-modi: "window,drun,run,ssh";
|
||||
scroll-method: 0;
|
||||
click-to-exit: true;
|
||||
display-window: "window";
|
||||
display-run: "run";
|
||||
display-ssh: "ssh";
|
||||
display-drun: "drun";
|
||||
display-combi: "combi";
|
||||
}
|
||||
|
||||
@import "./themes/aqua.rasi"
|
||||
Reference in New Issue
Block a user