mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-08-10 08:09:35 +00:00
refactor: reorganize into packages for modular use
This commit is contained in:
parent
e33c60c7aa
commit
fd32e1431c
57 changed files with 0 additions and 66 deletions
18
bspwm/.config/rofi/config.rasi
Normal file
18
bspwm/.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
configuration{
|
||||
combi-modi: "window,drun,run";
|
||||
modi: "combi";
|
||||
font: "JetBrainsMono Nerd Font 9";
|
||||
icon-theme: "Adwaita";
|
||||
show-icons: true;
|
||||
terminal: "wezterm";
|
||||
location: 0;
|
||||
disable-history: false;
|
||||
hide-scrollbar: true;
|
||||
display-combi: " Open";
|
||||
display-run: " ";
|
||||
display-drun: " ";
|
||||
display-window: " ";
|
||||
sidebar-mode: false;
|
||||
}
|
||||
|
||||
@theme "DarkBlue"
|
||||
Loading…
Add table
Add a link
Reference in a new issue