From 9821ab3183686716ba971f80f587f875967c1469 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado <55825613+luevano@users.noreply.github.com> Date: Tue, 22 Dec 2020 04:16:55 -0700 Subject: Change were polybar gets executed/reloaded --- .config/x11/xprofile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/x11/xprofile') diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 1ba3c8f..245ef75 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,10 +3,9 @@ # This is run when a display manager logs in. # Used as source for ~/.xinitrc. -setsid sxhkd & -numlockx on & -xsetroot -cursor_name left_ptr & xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources & +xsetroot -cursor_name left_ptr & +numlockx on & nm-applet & picom & dunst & @@ -15,6 +14,7 @@ flameshot & # Not really needed when using startx (in general the config in ~/.profile) # pulseaudio --start & pasystray & +setsid sxhkd & # At the end, start the WM. exec bspwm -- cgit v1.2.3-54-g00ecf