Removed hardcoded colon from rofi prompt
This commit is contained in:
parent
cb44890c3d
commit
40ae8fa74b
5 changed files with 20 additions and 14 deletions
|
|
@ -2,14 +2,15 @@ configuration {
|
|||
font: "FiraCodeNerdFont 12";
|
||||
kb-cancel: "Super+q,Escape,Control+c";
|
||||
timeout {
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
action: "kb-cancel";
|
||||
delay: 0;
|
||||
}
|
||||
filebrowser {
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
directories-first: true;
|
||||
sorting-method: "name";
|
||||
}
|
||||
}
|
||||
|
||||
@theme "gruvbox-dark-transparent"
|
||||
|
||||
@theme "theme"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue