i3: fix parameters for rofi

This commit is contained in:
Johannes Loher 2020-11-16 18:01:17 +01:00
parent 79a068abd5
commit 0b5b02590e

View file

@ -67,8 +67,8 @@ font pango:$font
# ------------------------------------------------------------------------------
# Launcher
# ------------------------------------------------------------------------------
bindsym $mod+d exec rofi --show drun
bindsym $mod+x exec rofi --show run
bindsym $mod+d exec rofi -show drun
bindsym $mod+x exec rofi -show run
bindsym $mod+o exec rofi-pass
# ------------------------------------------------------------------------------