diff options
author | ThanosApollo <[email protected]> | 2022-10-31 15:47:20 +0200 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-31 15:47:20 +0200 |
commit | 32ad12a11a92c5f864b630ef9412c7e8b9b6a3cb (patch) | |
tree | 4099285b9508c6ad80a67e56d3e5351e36fb50dc /.emacs.d/exwm/start-exwm.sh | |
parent | 8e9f8e4db034a580377b67541a15db7478c85e89 (diff) |
Add lisp modules&exwm
Diffstat (limited to '.emacs.d/exwm/start-exwm.sh')
-rwxr-xr-x | .emacs.d/exwm/start-exwm.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs.d/exwm/start-exwm.sh b/.emacs.d/exwm/start-exwm.sh new file mode 100755 index 0000000..5b7e315 --- /dev/null +++ b/.emacs.d/exwm/start-exwm.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec dbus-launch --exit-with-session emacs --m --debug-init |