i3: temporarily use wofi until https://github.com/lbonn/rofi/issues/16 is fixed

This commit is contained in:
Johannes Loher 2020-11-15 20:37:08 +01:00
parent d8b1f8182f
commit 3b5b773853

View file

@ -67,9 +67,15 @@ font pango:$font
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Launcher # Launcher
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
bindsym $mod+d exec rofi -show drun #bindsym $mod+d exec rofi --show drun
bindsym $mod+x exec rofi -show run #bindsym $mod+x exec rofi --show run
bindsym $mod+o exec rofi-pass #bindsym $mod+o exec rofi-pass
bindsym $mod+d exec wofi --show drun
bindsym $mod+x exec wofi --show run
bindsym $mod+o exec wofipassmenu
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Window management # Window management