fix(dmenu): too low size

This commit is contained in:
TheK4n 2023-03-25 20:52:59 +03:00
parent 0e79e384ee
commit 7f878c0495

View File

@ -65,7 +65,7 @@ bindsym $mod+Return exec alacritty --working-directory ~
bindsym $mod+Shift+q kill bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec --no-startup-id dmenu_run bindsym $mod+d exec --no-startup-id dmenu_run -ib -m 0 -p "Program to run: " -fn "FontAwesome:pixelsize=15"
# A more modern dmenu replacement is rofi: # A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec "rofi -modi drun,run -show drun" # bindcode $mod+40 exec "rofi -modi drun,run -show drun"
# There also is i3-dmenu-desktop which only displays applications shipping a # There also is i3-dmenu-desktop which only displays applications shipping a