i3: temporarily use wofi until https://github.com/lbonn/rofi/issues/16 is fixed
This commit is contained in:
parent
d8b1f8182f
commit
3b5b773853
1 changed files with 9 additions and 3 deletions
|
@ -67,9 +67,15 @@ font pango:$font
|
|||
# ------------------------------------------------------------------------------
|
||||
# Launcher
|
||||
# ------------------------------------------------------------------------------
|
||||
bindsym $mod+d exec rofi -show drun
|
||||
bindsym $mod+x exec rofi -show run
|
||||
bindsym $mod+o exec rofi-pass
|
||||
#bindsym $mod+d exec rofi --show drun
|
||||
#bindsym $mod+x exec rofi --show run
|
||||
#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
|
||||
|
|
Loading…
Reference in a new issue