diff --git a/i3/config b/i3/config index 2165a77..1f1e9e2 100644 --- a/i3/config +++ b/i3/config @@ -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 diff --git a/rofi/config b/rofi/config new file mode 100644 index 0000000..b500e7a --- /dev/null +++ b/rofi/config @@ -0,0 +1,4 @@ +configuration { + modi: "window,drun,ssh"; + combi-modi: "window,drun,ssh"; + }