i3: rofi
This commit is contained in:
parent
ea0f4cb6d2
commit
60c93e4249
2 changed files with 5 additions and 1 deletions
|
@ -44,7 +44,7 @@ bindsym $mod2+F4 kill
|
||||||
bindsym $mod1+Shift+q kill
|
bindsym $mod1+Shift+q kill
|
||||||
|
|
||||||
# start rofi
|
# start rofi
|
||||||
bindsym $mod+d exec --no-startup-id rofi -show run -theme materia
|
bindsym $mod1+d exec --no-startup-id rofi -config /home/mg/dotfiles/rofi/config
|
||||||
|
|
||||||
# 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
|
||||||
|
|
4
rofi/config
Normal file
4
rofi/config
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
configuration {
|
||||||
|
modi: "window,drun,ssh";
|
||||||
|
combi-modi: "window,drun,ssh";
|
||||||
|
}
|
Loading…
Reference in a new issue