Skip to content

Commit

Permalink
rofi - add bindings to navigate options
Browse files Browse the repository at this point in the history
add window modi
  • Loading branch information
VonHeikemen committed Apr 28, 2020
1 parent 455908d commit d9c039e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .config/rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
configuration {
modi: "drun,run";
modi: "drun,run,window";
lines: 6;
theme: "onedark";
sort: true;
drun-match-fields: "name,exec";
drun-display-format: "{name}";
kb-row-up: "Up,Control+p,ISO_Left_Tab,Alt+k";
kb-row-down: "Down,Control+n,Alt+j";
/* terminal: "rofi-sensible-terminal"; */
/* width: 50;*/
/* columns: 1;*/
Expand Down Expand Up @@ -93,8 +95,6 @@ configuration {
/* kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab";*/
/* 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";*/
Expand Down

0 comments on commit d9c039e

Please sign in to comment.