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
|
||||
|
||||
> **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.
|
||||
- On Arch / Arch-based : **`sudo pacman -S rofi`**
|
||||
|
@ -16,7 +16,6 @@ configuration {
|
||||
normalize-match: true;
|
||||
show-icons: true;
|
||||
icon-theme: "Papirus";
|
||||
application-fallback-icon: "Adwaita";
|
||||
/* cache-dir: ;*/
|
||||
steal-focus: false;
|
||||
/* dpi: -1;*/
|
||||
@ -51,6 +50,11 @@ configuration {
|
||||
run-list-command: "";
|
||||
run-shell-command: "{terminal} -e {cmd}";
|
||||
|
||||
/*---------- Fallback Icon ----------*/
|
||||
run,drun {
|
||||
fallback-icon: "application-x-addon";
|
||||
}
|
||||
|
||||
/*---------- Window switcher settings ----------*/
|
||||
window-match-fields: "title,class,role,name,desktop";
|
||||
window-command: "wmctrl -i -R {window}";
|
||||
@ -100,6 +104,7 @@ configuration {
|
||||
}
|
||||
|
||||
/*---------- Keybindings ----------*/
|
||||
/*
|
||||
kb-primary-paste: "Control+V,Shift+Insert";
|
||||
kb-secondary-paste: "Control+v,Insert";
|
||||
kb-clear-line: "Control+w";
|
||||
@ -125,9 +130,7 @@ configuration {
|
||||
kb-mode-complete: "Control+l";
|
||||
kb-row-left: "Control+Page_Up";
|
||||
kb-row-right: "Control+Page_Down";
|
||||
kb-row-up: "Up,Control+p,ISO_Left_Tab";
|
||||
kb-row-down: "Down,Control+n";
|
||||
kb-row-tab: "Tab";
|
||||
kb-page-prev: "Page_Up";
|
||||
kb-page-next: "Page_Down";
|
||||
kb-row-first: "Home,KP_Home";
|
||||
@ -174,4 +177,5 @@ configuration {
|
||||
me-select-entry: "MousePrimary";
|
||||
me-accept-entry: "MouseDPrimary";
|
||||
me-accept-custom: "Control+MouseDPrimary";
|
||||
*/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user