Update Rofi Config for Version 1.7.1

This commit is contained in:
Sravan Balaji
2021-11-27 20:27:13 -05:00
parent 03f9e982c2
commit 290ea8a946
3 changed files with 14 additions and 32 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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;