diff --git a/home/.config/x11/xprofile b/home/.config/x11/xprofile index b9b13cb..8c69653 100644 --- a/home/.config/x11/xprofile +++ b/home/.config/x11/xprofile @@ -9,8 +9,8 @@ xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto # Set the background with a custom `setbg` script setbg & -# xcompmgr to allow transparency -xcompmgr & +# Xcompmgr to allow transparency +#xcompmgr & # Dunst for notifications dunst & @@ -22,6 +22,15 @@ nm-applet & # if installed normally, use `trayer`, not `trayer-srg` command trayer-srg --monitor 0 --edge top --align right --widthtype request --padding 0 --transparent true --tint 0x282c34 --alpha 0 --height 23 & +# AppArmor notifications +aa-notify -p & + +# Run emacs daemon +#emacs --daemon & + +# Run urxvt daemon +#urxvtd -q -o -f & + # Enable running applications from chroot xhost +local: