move xdg directories to the default location.
a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
This commit is contained in:
20
.config/rofi/config.rasi
Normal file
20
.config/rofi/config.rasi
Normal file
@@ -0,0 +1,20 @@
|
||||
@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
||||
|
||||
configuration {
|
||||
location: 0;
|
||||
terminal: "kitty";
|
||||
drun-display-format: "{icon} {name} [<span weight='light' size='small'><i>({generic})</i></span>]";
|
||||
modi: "drun,filebrowser";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
element-icon {
|
||||
size: 30;
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
element-text {
|
||||
font: "JetbrainsMono Nerd Font bold 16";
|
||||
horizontal-align: 0;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
Reference in New Issue
Block a user