Update Rofi Config for Version 1.7.1
This commit is contained in:
@@ -29,7 +29,7 @@ configuration {
|
||||
/* sorting-method: ;*/
|
||||
/* case-sensitive: false;*/
|
||||
/* cycle: true;*/
|
||||
/* sidebar-mode: false;*/
|
||||
sidebar-mode: false;
|
||||
/* eh: 1;*/
|
||||
/* auto-select: false;*/
|
||||
/* parse-hosts: false;*/
|
||||
@@ -53,7 +53,6 @@ configuration {
|
||||
/* window-format: "{w} {c} {t}";*/
|
||||
/* click-to-exit: true;*/
|
||||
/* show-match: true;*/
|
||||
theme: "centertab-dracula";
|
||||
/* color-normal: ;*/
|
||||
/* color-urgent: ;*/
|
||||
/* color-active: ;*/
|
||||
@@ -63,12 +62,12 @@ configuration {
|
||||
/* matching-negate-char: '-' /* unsupported */;*/
|
||||
/* cache-dir: ;*/
|
||||
/* pid: "/run/user/1000/rofi.pid";*/
|
||||
/* display-window: ;*/
|
||||
display-window: "window";
|
||||
/* display-windowcd: ;*/
|
||||
/* display-run: ;*/
|
||||
display-run: "execute";
|
||||
/* display-ssh: ;*/
|
||||
/* display-drun: ;*/
|
||||
/* display-combi: ;*/
|
||||
display-drun: "launch";
|
||||
display-combi: "combi";
|
||||
/* display-keys: ;*/
|
||||
/* kb-primary-paste: "Control+V,Shift+Insert";*/
|
||||
/* kb-secondary-paste: "Control+v,Insert";*/
|
||||
@@ -143,3 +142,5 @@ configuration {
|
||||
/* me-accept-entry: "MouseDPrimary";*/
|
||||
/* me-accept-custom: "Control+MouseDPrimary";*/
|
||||
}
|
||||
|
||||
@theme "centertab-dracula"
|
||||
|
@@ -4,16 +4,6 @@
|
||||
* Copyright: deadguy & Sravan Balaji
|
||||
*/
|
||||
|
||||
configuration {
|
||||
display-drun: "launch";
|
||||
display-run: "execute";
|
||||
display-window: "window";
|
||||
display-combi: "combi";
|
||||
show-icons: true;
|
||||
sidebar-mode: false;
|
||||
font: "NotoSans Nerd Font 12";
|
||||
}
|
||||
|
||||
* {
|
||||
background-color: #282a36ff;
|
||||
text-color: #f8f8f2ff;
|
||||
|
23
README.org
23
README.org
@@ -1360,7 +1360,7 @@ configuration {
|
||||
/* sorting-method: ;*/
|
||||
/* case-sensitive: false;*/
|
||||
/* cycle: true;*/
|
||||
/* sidebar-mode: false;*/
|
||||
sidebar-mode: false;
|
||||
/* eh: 1;*/
|
||||
/* auto-select: false;*/
|
||||
/* parse-hosts: false;*/
|
||||
@@ -1384,7 +1384,6 @@ configuration {
|
||||
/* window-format: "{w} {c} {t}";*/
|
||||
/* click-to-exit: true;*/
|
||||
/* show-match: true;*/
|
||||
theme: "centertab-dracula";
|
||||
/* color-normal: ;*/
|
||||
/* color-urgent: ;*/
|
||||
/* color-active: ;*/
|
||||
@@ -1394,12 +1393,12 @@ configuration {
|
||||
/* matching-negate-char: '-' /* unsupported */;*/
|
||||
/* cache-dir: ;*/
|
||||
/* pid: "/run/user/1000/rofi.pid";*/
|
||||
/* display-window: ;*/
|
||||
display-window: "window";
|
||||
/* display-windowcd: ;*/
|
||||
/* display-run: ;*/
|
||||
display-run: "execute";
|
||||
/* display-ssh: ;*/
|
||||
/* display-drun: ;*/
|
||||
/* display-combi: ;*/
|
||||
display-drun: "launch";
|
||||
display-combi: "combi";
|
||||
/* display-keys: ;*/
|
||||
/* kb-primary-paste: "Control+V,Shift+Insert";*/
|
||||
/* kb-secondary-paste: "Control+v,Insert";*/
|
||||
@@ -1474,6 +1473,8 @@ configuration {
|
||||
/* me-accept-entry: "MouseDPrimary";*/
|
||||
/* me-accept-custom: "Control+MouseDPrimary";*/
|
||||
}
|
||||
|
||||
@theme "centertab-dracula"
|
||||
#+END_SRC
|
||||
|
||||
*** Themes
|
||||
@@ -1487,16 +1488,6 @@ configuration {
|
||||
,* Copyright: deadguy & Sravan Balaji
|
||||
,*/
|
||||
|
||||
configuration {
|
||||
display-drun: "launch";
|
||||
display-run: "execute";
|
||||
display-window: "window";
|
||||
display-combi: "combi";
|
||||
show-icons: true;
|
||||
sidebar-mode: false;
|
||||
font: "NotoSans Nerd Font 12";
|
||||
}
|
||||
|
||||
,* {
|
||||
background-color: #282a36ff;
|
||||
text-color: #f8f8f2ff;
|
||||
|
Reference in New Issue
Block a user