Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matheusfillipe/7000e61a473dd6fcfbb270de670a80d3 to your computer and use it in GitHub Desktop.
Save matheusfillipe/7000e61a473dd6fcfbb270de670a80d3 to your computer and use it in GitHub Desktop.
/home/matheus/.config/rofi/config.rasi
configuration {
theme: "~/.config/rofi/themes/dt-center.rasi";
modi: "window,run,drun,ssh,file-browser,windowcd,combi,calc";
terminal: "/usr/bin/alacritty";
ssh-client: "/usr/bin/mosh";
ssh-command: "{terminal} -t {host} --class ssh_client -e {ssh-client} mattf -- mosh {host} -- tmux a";
sorting-method: "fzf";
matching: "fuzzy";
sort: true;
drun-use-desktop-cache: true;
kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab";
kb-row-down: "Down,Control+j";
kb-accept-entry: "Control+m,Return,KP_Enter";
kb-remove-to-eol: "Control+Shift+e";
kb-mode-next: "Shift+Right,Control+Tab,Control+l";
kb-mode-previous: "Shift+Left,Control+Shift+Tab,Control+h";
kb-remove-char-back: "BackSpace";
kb-mode-complete: "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment