summaryrefslogtreecommitdiff
path: root/.config/x11/xprofile
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 04:16:55 -0700
committerDavid Luevano Alvarado <55825613+luevano@users.noreply.github.com>2020-12-22 04:16:55 -0700
commit9821ab3183686716ba971f80f587f875967c1469 (patch)
treeb730c0a89b5e9f3a1c5ae9322e2794ff28d1e1f4 /.config/x11/xprofile
parent08b69a98ab50cab7ca3871a1a5277fd7ee992345 (diff)
Change were polybar gets executed/reloaded
Diffstat (limited to '.config/x11/xprofile')
-rw-r--r--.config/x11/xprofile6
1 files changed, 3 insertions, 3 deletions
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