Created
June 15, 2021 20:29
-
-
Save matheusfillipe/c2f9939fc5ca1195102e91337af0b5f6 to your computer and use it in GitHub Desktop.
/home/matheus/.config/rofi/config.rasi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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