mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
14 lines
412 B
Bash
Executable File
14 lines
412 B
Bash
Executable File
#!/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 &
|
|
|
|
picom -b --config $HOME/.xmonad/scripts/picom.conf &
|
|
~/scripts/random_wallpaper.sh
|
|
exec dbus-launch --exit-with-session emacs -mm --debug-init -l ~/.emacs.df/desktop.el
|