migrate to specific folder & add fish conf
This commit is contained in:
parent
7c63ae9df9
commit
687a8696e3
45 changed files with 74 additions and 0 deletions
24
home/private_dot_config/rofi/config.rasi
Normal file
24
home/private_dot_config/rofi/config.rasi
Normal file
|
@ -0,0 +1,24 @@
|
|||
configuration {
|
||||
font: "Sarasa Mono SC Nerd Font 10";
|
||||
line-margin: 10;
|
||||
|
||||
display-ssh: "";
|
||||
display-run: "";
|
||||
display-drun: "";
|
||||
display-window: "";
|
||||
display-combi: "";
|
||||
display-recursivebrowser: "";
|
||||
show-icons: true;
|
||||
}
|
||||
|
||||
|
||||
@theme "~/.config/rofi/nord.rasi"
|
||||
|
||||
listview {
|
||||
lines: 6;
|
||||
columns: 1;
|
||||
}
|
||||
|
||||
window {
|
||||
width: 50%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue