rofi: Add run modi, auto-select + fix whitespaces
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// vi: ft=css
|
||||
|
||||
configuration {
|
||||
modi: "window,drun";
|
||||
modi: "drun,run,window";
|
||||
matching: "glob";
|
||||
drun-match-fields: "all";
|
||||
/*display-drun: "Apps";*/
|
||||
@@ -10,6 +10,9 @@ configuration {
|
||||
|
||||
// continous scrolling
|
||||
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 ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user