mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-24 15:18:20 -05:00
Updated config file for rofi version 1.7.4
This commit is contained in:
parent
73d6c07712
commit
47bb265eb2
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
> **Everything here is created on rofi version : `1.7.3-1`**
|
> **Everything here is created on rofi version : `1.7.4`**
|
||||||
|
|
||||||
* First, Make sure you have the same (stable) version of rofi installed.
|
* First, Make sure you have the same (stable) version of rofi installed.
|
||||||
- On Arch / Arch-based : **`sudo pacman -S rofi`**
|
- On Arch / Arch-based : **`sudo pacman -S rofi`**
|
||||||
|
@ -16,7 +16,6 @@ configuration {
|
|||||||
normalize-match: true;
|
normalize-match: true;
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Papirus";
|
icon-theme: "Papirus";
|
||||||
application-fallback-icon: "Adwaita";
|
|
||||||
/* cache-dir: ;*/
|
/* cache-dir: ;*/
|
||||||
steal-focus: false;
|
steal-focus: false;
|
||||||
/* dpi: -1;*/
|
/* dpi: -1;*/
|
||||||
@ -51,6 +50,11 @@ configuration {
|
|||||||
run-list-command: "";
|
run-list-command: "";
|
||||||
run-shell-command: "{terminal} -e {cmd}";
|
run-shell-command: "{terminal} -e {cmd}";
|
||||||
|
|
||||||
|
/*---------- Fallback Icon ----------*/
|
||||||
|
run,drun {
|
||||||
|
fallback-icon: "application-x-addon";
|
||||||
|
}
|
||||||
|
|
||||||
/*---------- Window switcher settings ----------*/
|
/*---------- Window switcher settings ----------*/
|
||||||
window-match-fields: "title,class,role,name,desktop";
|
window-match-fields: "title,class,role,name,desktop";
|
||||||
window-command: "wmctrl -i -R {window}";
|
window-command: "wmctrl -i -R {window}";
|
||||||
@ -100,6 +104,7 @@ configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*---------- Keybindings ----------*/
|
/*---------- Keybindings ----------*/
|
||||||
|
/*
|
||||||
kb-primary-paste: "Control+V,Shift+Insert";
|
kb-primary-paste: "Control+V,Shift+Insert";
|
||||||
kb-secondary-paste: "Control+v,Insert";
|
kb-secondary-paste: "Control+v,Insert";
|
||||||
kb-clear-line: "Control+w";
|
kb-clear-line: "Control+w";
|
||||||
@ -125,9 +130,7 @@ configuration {
|
|||||||
kb-mode-complete: "Control+l";
|
kb-mode-complete: "Control+l";
|
||||||
kb-row-left: "Control+Page_Up";
|
kb-row-left: "Control+Page_Up";
|
||||||
kb-row-right: "Control+Page_Down";
|
kb-row-right: "Control+Page_Down";
|
||||||
kb-row-up: "Up,Control+p,ISO_Left_Tab";
|
|
||||||
kb-row-down: "Down,Control+n";
|
kb-row-down: "Down,Control+n";
|
||||||
kb-row-tab: "Tab";
|
|
||||||
kb-page-prev: "Page_Up";
|
kb-page-prev: "Page_Up";
|
||||||
kb-page-next: "Page_Down";
|
kb-page-next: "Page_Down";
|
||||||
kb-row-first: "Home,KP_Home";
|
kb-row-first: "Home,KP_Home";
|
||||||
@ -174,4 +177,5 @@ configuration {
|
|||||||
me-select-entry: "MousePrimary";
|
me-select-entry: "MousePrimary";
|
||||||
me-accept-entry: "MouseDPrimary";
|
me-accept-entry: "MouseDPrimary";
|
||||||
me-accept-custom: "Control+MouseDPrimary";
|
me-accept-custom: "Control+MouseDPrimary";
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user