i3: rofi
This commit is contained in:
parent
085385755a
commit
5910be0bf2
2 changed files with 1 additions and 16 deletions
10
i3/config
10
i3/config
|
@ -44,15 +44,7 @@ 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 -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
|
||||||
# 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
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod1+Left focus left
|
bindsym $mod1+Left focus left
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
configuration {
|
|
||||||
show-icons: true;
|
|
||||||
terminal: "alacritty";
|
|
||||||
ssh-client: "ssh";
|
|
||||||
ssh-command: "{terminal} -e {ssh-client} {host}";
|
|
||||||
modi: "window,drun,ssh";
|
|
||||||
}
|
|
Loading…
Reference in a new issue