rofi: ssh

This commit is contained in:
Michael Grote 2021-06-29 21:09:54 +02:00
parent d83d995f67
commit 15ff9c7b34
2 changed files with 7 additions and 5 deletions

View file

@ -44,8 +44,8 @@ bindsym $mod2+F4 kill
bindsym $mod1+Shift+q kill
# start rofi
bindsym $mod1+d exec --no-startup-id rofi -combi-modi window#drun#ssh -show combi -show-icons
bindsym $mod1+d exec --no-startup-id rofi -show combi
# bindsym $mod1+d exec --no-startup-id rofi -combi-modi window#drun#ssh -show combi
# start dmenu (a program launcher)
# bindsym $mod1+d exec --no-startup-id i3-dmenu-desktop
# A more modern dmenu replacement is rofi:

View file

@ -1,5 +1,7 @@
configuration {
rofi.terminal: /usr/bin/alacritty;
rofi.ssh-client: ssh;
rofi.ssh-command: alacritty -e {ssh-client} {host};
show-icons: true;
terminal: "alacritty";
ssh-client: "ssh";
ssh-command: "{terminal} -e {ssh-client} {host}";
modi: "window,drun,ssh";
}