Remove config.rasi
This commit is contained in:
parent
c0463de046
commit
cd0357d2fc
|
@ -1,50 +0,0 @@
|
||||||
configuration {
|
|
||||||
sort: true;
|
|
||||||
show-icons: true;
|
|
||||||
drun {
|
|
||||||
display-name: "";
|
|
||||||
}
|
|
||||||
emoji {
|
|
||||||
display-name: "";
|
|
||||||
}
|
|
||||||
window {
|
|
||||||
display-name: "";
|
|
||||||
}
|
|
||||||
projects {
|
|
||||||
display-name: "";
|
|
||||||
}
|
|
||||||
suspend {
|
|
||||||
display-name: "";
|
|
||||||
}
|
|
||||||
tabs {
|
|
||||||
display-name: "";
|
|
||||||
fallback-icon: "firefox-beta";
|
|
||||||
}
|
|
||||||
history {
|
|
||||||
display-name: "";
|
|
||||||
fallback-icon: "firefox-beta";
|
|
||||||
}
|
|
||||||
modes: [ combi, "mvn:/home/sagevaillancourt/.rofi-mvn-search.py" ];
|
|
||||||
combi-modes: [
|
|
||||||
window,
|
|
||||||
drun,
|
|
||||||
emoji,
|
|
||||||
"mvn:/home/sagevaillancourt/.rofi-mvn-search.py",
|
|
||||||
"tabs:/home/sagevaillancourt/.rofi-tabs.sh",
|
|
||||||
// "history:/home/sage/.rofi-history-search.sh",
|
|
||||||
"projects:/home/sagevaillancourt/.rofi-list-git-repos.py",
|
|
||||||
"suspend:/home/sagevaillancourt/.rofi-suspend.sh"
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
//@theme "/usr/share/rofi/themes/gruvbox-dark-hard.rasi"
|
|
||||||
//@theme "/usr/share/rofi/themes/Arc-Dark.rasi"
|
|
||||||
@theme "/usr/local/share/rofi/themes/android_notification.rasi"
|
|
||||||
|
|
||||||
textbox-prompt-sep {
|
|
||||||
str: ">";
|
|
||||||
}
|
|
||||||
|
|
||||||
// inputbar {
|
|
||||||
// children: [ "textbox-prompt-sep","entry","case-indicator" ];
|
|
||||||
// }
|
|
Loading…
Reference in New Issue