From dcdc4e42bc5336a571b99e08d281d4608696eb55 Mon Sep 17 00:00:00 2001 From: Jeff Lance Date: Tue, 25 Apr 2023 21:04:38 +0200 Subject: [PATCH] update i3 config --- conf/i3.config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/i3.config b/conf/i3.config index 02cfbd0..1f4af30 100644 --- a/conf/i3.config +++ b/conf/i3.config @@ -82,9 +82,15 @@ exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork # NetworkManager is the most popular way to manage wireless networks on Linux, # and nm-applet is a desktop environment-independent system tray GUI for it. -# exec --no-startup-id nm-applet +exec --no-startup-id nm-applet + +# Clipman +exec --no-startup-id xfce4-clipman + +# Nitrogen: wallpaper exec --no-startup-id nitrogen --restore +# Polybar: desktop bar exec_always --no-startup-id $HOME/.config/polybar/scripts/launch.sh