From 9032842969ffa5c7eb673adb8b65eadd31dfc30b Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Fri, 4 Mar 2022 14:13:07 +0330 Subject: some updates --- .config/i3/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/i3') 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. -- cgit v1.2.3