This commit is contained in:
Michael Grote 2021-06-30 16:43:33 +02:00
parent 085385755a
commit 5910be0bf2
2 changed files with 1 additions and 16 deletions

View file

@ -44,15 +44,7 @@ bindsym $mod2+F4 kill
bindsym $mod1+Shift+q kill
# start rofi
bindsym $mod1+d exec --no-startup-id rofi -show window#drun#ssh -config /home/mg/dotfiles/rofi/config
# 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:
# bindcode $mod1+40 exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed.
# bindcode $mod1+40 exec --no-startup-id i3-dmenu-desktop
bindsym $mod1+d exec --no-startup-id rofi -combi-modi window#drun#ssh -show combi
# change focus
bindsym $mod1+Left focus left

View file

@ -1,7 +0,0 @@
configuration {
show-icons: true;
terminal: "alacritty";
ssh-client: "ssh";
ssh-command: "{terminal} -e {ssh-client} {host}";
modi: "window,drun,ssh";
}