From 1b89c2dedc5f365dba27f8a965369844c96dd6fe Mon Sep 17 00:00:00 2001 From: dx Date: Thu, 30 Apr 2020 08:08:18 +0100 Subject: ~put all execs to end of i3 config --- i3/.config/i3/config | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'i3') diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 5000414..b2f5ee7 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -7,11 +7,6 @@ set $bg feh --randomize --bg-scale ~/Pictures/Backgrounds set $transparent #00000000 font pango:Waree 9 -# Pre-programs -exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock -exec --no-startup-id nm-applet -exec --no-startup-id blueman-applet - # Some necessary attributes focus_follows_mouse no @@ -186,4 +181,6 @@ bar { exec $HOME/Scripts/start_picom exec --no-startup-id $bg -exec rofi -show run -matching fuzzy daemon +exec --no-startup-id xss-lock --transfer-sleep-lock -- $lock +exec --no-startup-id nm-applet +exec --no-startup-id blueman-applet -- cgit v1.2.3-13-gbd6f