mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
13 lines
340 B
Bash
13 lines
340 B
Bash
#!/bin/sh
|
|
# Set the screen DPI (uncomment this if needed!)
|
|
# xrdb ~/.emacs.d/exwm/Xresources
|
|
|
|
# Run the screen compositor
|
|
#picom &
|
|
#picom -b --config /home/jaeus/.config/i3/picom.conf &
|
|
# Enable screen locking on suspend
|
|
xss-lock -- slock &
|
|
|
|
# Fire it up
|
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.d/desktop.el
|