mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add rofi, update fish cfg/scripts, update nvim cfg, update wezterm cfg
This commit is contained in:
parent
e801f0a680
commit
6e8bb638ee
24 changed files with 104 additions and 77 deletions
19
.config/rofi/config.rasi
Normal file
19
.config/rofi/config.rasi
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
configuration{
|
||||
combi-modi: "window,drun,run";
|
||||
modi: "combi";
|
||||
font: "JetBrainsMono Nerd Font 9";
|
||||
icon-theme: "Adwaita";
|
||||
show-icons: true;
|
||||
terminal: "wezterm";
|
||||
location: 2;
|
||||
yoffset: 100;
|
||||
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