From f6ed02638ffdfa7da32558c1c5a59c3fcb5eefd0 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 12 Oct 2021 22:43:41 +0300 Subject: [PATCH] Use feh instead nitrogen --- i3/config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 6cb3ad9..3b6706d 100644 --- a/i3/config +++ b/i3/config @@ -26,6 +26,8 @@ set $right "l" set $up "k" set $down "j" +set $draw_wallpaper "feh --no-fehbg --bg-fill ~/Pictures/Wallpapers/2b.jpeg" + # ____ _____ _ _ _____ ____ _ _ @@ -68,7 +70,7 @@ floating_modifier $mod # # Autostart -exec --no-startup-id nitrogen --restore +exec_always --no-startup-id $draw_wallpaper exec_always --no-startup-id $HOME/.config/polybar/launch.sh exec_always --no-startup-id "setxkbmap -layout \"us,ru\" -option \"grp:win_space_toggle\"" exec_always --no-startup-id picom --config $HOME/.config/picom.conf