Compare commits

..

5 Commits

2 changed files with 2 additions and 1 deletions

2
init
View File

@@ -247,7 +247,7 @@ dbus-update-activation-environment WAYLAND_DISPLAY DISPLAY
# Notify systemd that we have setup River
systemd-notify --ready
"${SCRIPT_DIR}/emacs-server-set-wayland-display.zsh"
"${SCRIPT_DIR}/emacs-server-import-environment.el" WAYLAND_DISPLAY
# The following is a list of units to enable:
# systemctl --user enable waybar.service

View File

@@ -6,6 +6,7 @@ After=graphical-session.target
[Service]
Type=exec
ExecStart=%h/scripts/cl/bin/inhibit-sleep-for-audio
Restart=on-failure
[Install]
WantedBy=graphical-session.target