Created
December 23, 2021 09:16
-
-
Save TauPan/62e5d61948cba66641d02155641a6e2a to your computer and use it in GitHub Desktop.
My rofi config in ~/.Xdefaults
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
rofi.modi: combi,window,ssh,drun,run | |
rofi.combi-modi: window,ssh,drun,run | |
rofi.terminal: xdotool search stuff\|0fdf windowraise windowactivate | |
rofi.ssh-command: sh -c "{terminal}; tmux-ssh -n {host}" | |
rofi.run-shell-command: sh -c "{terminal}; tmux-select-or-new-window '{cmd}' '{cmd}'" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment