diff --git a/simpleDots/i3/config b/simpleDots/i3/config index fb686d8..dbed639 100644 --- a/simpleDots/i3/config +++ b/simpleDots/i3/config @@ -8,9 +8,9 @@ set $alt Mod1 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. #font pango:Terminus 8 -#font pango:B612 10 +font pango:B612 10 #font pango:DejaVu Sans Mono 12 -font pango:Inconsolata 12 +#font pango:Inconsolata 12 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). @@ -50,7 +50,7 @@ bindsym $mod+Shift+c kill # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. -bindsym $mod+d exec --no-startup-id "i3-dmenu-desktop --entry-type name" +bindsym $mod+d exec --no-startup-id "i3-dmenu-desktop -dmenu='dmenu -i -fn B612' --entry-type name" # Local Hotkeys bindsym $mod+x exec --no-startup-id "test -x ~/.local/bin/lhotkey-x && ~/.local/bin/lhotkey-x"