This commit is contained in:
Michael Grote 2021-06-29 20:34:08 +02:00
parent ea0f4cb6d2
commit 60c93e4249
2 changed files with 5 additions and 1 deletions

View file

@ -44,7 +44,7 @@ bindsym $mod2+F4 kill
bindsym $mod1+Shift+q kill
# 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)
# bindsym $mod1+d exec --no-startup-id i3-dmenu-desktop

4
rofi/config Normal file
View file

@ -0,0 +1,4 @@
configuration {
modi: "window,drun,ssh";
combi-modi: "window,drun,ssh";
}