xinitrc cleanup; added emacs daemon to i3 startup

This commit is contained in:
Jaden Provost Maxwell-Comfort 2024-01-05 10:08:03 -08:00
parent ffb19f09bc
commit ce2de54f7d
2 changed files with 2 additions and 2 deletions

View File

@ -171,3 +171,4 @@ exec --no-startup-id "lxpolkit &" # start authentication agent (prompt)
exec --no-startup-id "xcompmgr &" # startup composition manager (transparency) exec --no-startup-id "xcompmgr &" # startup composition manager (transparency)
exec --no-startup-id "polybar" # status bar exec --no-startup-id "polybar" # status bar
exec --no-startup-id "dex -a" # run autostart desktop apps exec --no-startup-id "dex -a" # run autostart desktop apps
exec --no-startup-id "emacs --daemon &" # startup emacs daemon

View File

@ -18,7 +18,6 @@ fi
if [ -f "$usermodmap" ]; then if [ -f "$usermodmap" ]; then
xmodmap "$usermodmap" xmodmap "$usermodmap"
xcape -e "Mode_switch=Escape"
fi fi
# start some nice programs # start some nice programs
@ -31,4 +30,4 @@ fi
feh --bg-scale $HOME/Pictures/wallpaper.jpg & feh --bg-scale $HOME/Pictures/wallpaper.jpg &
$HOME/.screenlayout/launch.sh & $HOME/.screenlayout/launch.sh &
exec i3 exec dbus-launch --exit-with-session i3