mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-05-19 02:46:06 -07:00
14 lines
297 B
Bash
14 lines
297 B
Bash
#!/bin/sh
|
|
|
|
if [ -d "$HOME/.local/bin" ] ; then
|
|
PATH="$PATH:$HOME/.local/bin"
|
|
fi
|
|
|
|
#xrdb -load ~/.Xresources
|
|
exec dbus-launch xmonad
|
|
#exec qtile start
|
|
#exec dbus-launch --exit-with-session emacs -mm --eval "(exwm-enable)"
|
|
#exec herbstluftwm --locked
|
|
#export GDK_CORE_DEVICE_EVENTS=1
|
|
#exec stumpwm
|