diff options
Diffstat (limited to '.config/i3/config')
-rw-r--r-- | .config/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/config b/.config/i3/config index 959be1f..fa6809d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -17,7 +17,7 @@ set $mod Mod4 # This font is widely installed, provides lots of unicode glyphs, right-to-left # text rendering and scalability on retina/hidpi displays (thanks to pango). #font pango:DejaVu Sans Mono For Powerline Book 12 -font pango:DejaVu Sans Mono for Powerline 10 +font pango:DejaVuSansMono Nerd Font Mono 10 # Before i3 v4.8, we used to recommend this one as the default: # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 @@ -31,14 +31,14 @@ floating_modifier $mod # start a terminal #bindsym $mod+Return exec gnome-terminal -bindsym $mod+Return exec st -f "DejaVu Sans Mono for Powerline-11.3" +bindsym $mod+Return exec st -f "DejaVuSansMono Nerd Font Mono-12" # kill focused window bindsym $mod+Shift+q kill # start dmenu (a program launcher) #bindsym $mod+d exec dmenu_run -nhb "dark slate gray" -nhf white -shb "forest green" -shf white -l 14 -bindsym $mod+d exec dmenu_run -nb black -sb tomato -l 12 +bindsym $mod+d exec dmenu_run -l 12 # 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. |