rofi: ssh
This commit is contained in:
parent
d83d995f67
commit
15ff9c7b34
2 changed files with 7 additions and 5 deletions
|
@ -44,8 +44,8 @@ bindsym $mod2+F4 kill
|
||||||
bindsym $mod1+Shift+q kill
|
bindsym $mod1+Shift+q kill
|
||||||
|
|
||||||
# start rofi
|
# 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)
|
# start dmenu (a program launcher)
|
||||||
# bindsym $mod1+d exec --no-startup-id i3-dmenu-desktop
|
# bindsym $mod1+d exec --no-startup-id i3-dmenu-desktop
|
||||||
# A more modern dmenu replacement is rofi:
|
# A more modern dmenu replacement is rofi:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
configuration {
|
configuration {
|
||||||
rofi.terminal: /usr/bin/alacritty;
|
show-icons: true;
|
||||||
rofi.ssh-client: ssh;
|
terminal: "alacritty";
|
||||||
rofi.ssh-command: alacritty -e {ssh-client} {host};
|
ssh-client: "ssh";
|
||||||
|
ssh-command: "{terminal} -e {ssh-client} {host}";
|
||||||
|
modi: "window,drun,ssh";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue