From 6d6049ad698427063cdc54635081d0fa5447adca Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 1 Sep 2019 08:36:27 -0400 Subject: [PATCH] Changed font for dmenu --- i3/shared.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3/shared.conf b/i3/shared.conf index 6b703cb..7657816 100644 --- a/i3/shared.conf +++ b/i3/shared.conf @@ -15,7 +15,7 @@ bindsym $mod+Return exec alacritty bindsym $mod+q kill # start dmenu (a program launcher) -bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'NimbusSans:bold:pixelsize=20' +bindsym $mod+d exec --no-startup-id dmenu_run -i -nb '#000000' -nf '#03A9F4' -sb '#E91E63' -sf '#FFCDD2' -fn 'SF Pro Display:semibold:fixed:pixelsize=18' # change focus bindsym $mod+j focus left @@ -101,9 +101,9 @@ bindsym $mod+Shift+9 move container to workspace $ws9 bindsym $mod+Shift+0 move container to workspace $ws10 # reload the configuration file -bindsym $mod+Shift+c exec "sh ~/.config/i3/i3wm-config-gen.sh"; reload +bindsym $mod+Shift+c exec "sh ~/.config/i3/i3wm-config-gen.sh" ; reload # restart i3 inplace (preserves your layout/session, can be used to upgrade i3) -bindsym $mod+Shift+r exec "sh ~/.config/i3/i3wm-config-gen.sh"; restart +bindsym $mod+Shift+r exec "sh ~/.config/i3/i3wm-config-gen.sh" ; restart # exit i3 (logs you out of your X session) bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"