rofi: Add run modi, auto-select + fix whitespaces
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// vi: ft=css
|
// vi: ft=css
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
modi: "window,drun";
|
modi: "drun,run,window";
|
||||||
matching: "glob";
|
matching: "glob";
|
||||||
drun-match-fields: "all";
|
drun-match-fields: "all";
|
||||||
/*display-drun: "Apps";*/
|
/*display-drun: "Apps";*/
|
||||||
@@ -9,7 +9,10 @@ configuration {
|
|||||||
show-icons: true;
|
show-icons: true;
|
||||||
|
|
||||||
// continous scrolling
|
// 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;
|
border-color: @base0D;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#listview {
|
#listview {
|
||||||
background-color: #00000000;
|
background-color: #00000000;
|
||||||
fixed-height: 0;
|
fixed-height: 0;
|
||||||
@@ -67,7 +69,6 @@ configuration {
|
|||||||
text-color: #EFEFEF;
|
text-color: #EFEFEF;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#inputbar {
|
#inputbar {
|
||||||
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
children: [ prompt,textbox-prompt-colon,entry,case-indicator ];
|
||||||
background-color: #00000000;
|
background-color: #00000000;
|
||||||
@@ -92,4 +93,3 @@ configuration {
|
|||||||
str: ":";
|
str: ":";
|
||||||
margin: 0px 0.3em 0em 0em ;
|
margin: 0px 0.3em 0em 0em ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user