Skip to content

Commit

Permalink
modify shortcuts for opening rofi and tab ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywaweru committed Aug 1, 2024
1 parent aad96b4 commit c076530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rofi/config.rasi
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
configuration {
modes: "drun,window,run,ssh";
modes: "window,drun,run,ssh";
kb-remove-word-back: "Control+BackSpace";
kb-mode-next: "Shift+Right,Control+Tab,Super+Alt+l";
kb-mode-previous: "Shift+Left,Control+ISO_Left_Tab,Super+Alt+h";
kb-row-left: "Control+Page_Up,Super+h";
kb-row-right: "Control+Page_Down,Super+l";
kb-row-up: "Up,Control+p,Super+k";
kb-row-down: "Down,Control+n,Super+j";
kb-cancel: "Escape,Control+g,Control+bracketleft,Super+n";
kb-cancel: "Escape,Control+g,Control+bracketleft,Super+n,Super+Alt+n";
kb-accept-entry: "Control+j,Control+m,Return,KP_Enter,Super+semicolon";
timeout {
action: "kb-cancel";
Expand Down

0 comments on commit c076530

Please sign in to comment.