rofi: Add run modi, auto-select + fix whitespaces

This commit is contained in:
2020-10-26 13:40:26 +01:00
parent 7a5c898621
commit ca7e82ae64

View File

@@ -1,7 +1,7 @@
// vi: ft=css
configuration {
modi: "window,drun";
modi: "drun,run,window";
matching: "glob";
drun-match-fields: "all";
/*display-drun: "Apps";*/
@@ -9,7 +9,10 @@ configuration {
show-icons: true;
// continous scrolling
scroll-method: 1;
scroll-method: 1;
// Automatically select when only one item is left
auto-select: true;
}
* {
@@ -45,7 +48,6 @@ configuration {
border-color: @base0D;
}
#listview {
background-color: #00000000;
fixed-height: 0;
@@ -67,7 +69,6 @@ configuration {
text-color: #EFEFEF;
}
#inputbar {
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
background-color: #00000000;
@@ -92,4 +93,3 @@ configuration {
str: ":";
margin: 0px 0.3em 0em 0em ;
}