Skip to content

Instantly share code, notes, and snippets.

@D0tty
Created August 17, 2022 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save D0tty/c1e1089e30126849e6a314c020bb548b to your computer and use it in GitHub Desktop.
Save D0tty/c1e1089e30126849e6a314c020bb548b to your computer and use it in GitHub Desktop.
~/.config/rofi/config.rasi #For version: 1.7.4
@theme "lb"
configuration {
font: "mono 14";
modi: "window,run,ssh,drun";
kb-mode-next: "Shift+Right,Tab";
kb-mode-previous: "Shift+Left,ISO_Left_Tab";
kb-element-next: "Control+Tab";
kb-element-prev: "Control+ISO_Left_Tab";
kb-row-up: "Up,Control+p";
kb-row-tab: "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment