Feat: init sway config
This commit is contained in:
17
sway/.config/rofi/config.rasi
Normal file
17
sway/.config/rofi/config.rasi
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
configuration {
|
||||
terminal: "kitty";
|
||||
modi: "combi,window,drun";
|
||||
combi-modi: "drun,window";
|
||||
font: "Noto Sans Bold 10";
|
||||
show-icons: true;
|
||||
icon-theme: "Tela circle dark";
|
||||
combi-hide-mode-prefix: true;
|
||||
drun-show-actions: true;
|
||||
drun-display-format: "{name}";
|
||||
disable-history: false;
|
||||
fullscreen: false;
|
||||
hide-scrollbar: true;
|
||||
sidebar-mode: false;
|
||||
auto-select: false;
|
||||
}
|
||||
Reference in New Issue
Block a user