aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--mbsync/.config/systemd/user/mbsync.service2
-rw-r--r--sway/.config/systemd/user/clipman.service2
-rw-r--r--wayland/.config/environment.d/50-ydotool.conf1
3 files changed, 3 insertions, 2 deletions
diff --git a/mbsync/.config/systemd/user/mbsync.service b/mbsync/.config/systemd/user/mbsync.service
index 6a03bfc..d79e992 100644
--- a/mbsync/.config/systemd/user/mbsync.service
+++ b/mbsync/.config/systemd/user/mbsync.service
@@ -3,7 +3,7 @@ Description=Mailbox synchronization service
[Service]
Type=oneshot
-ExecStart=/usr/bin/mbsync -c ${XDG_CONFIG_HOME}/mbsync/mbsyncrc -Va
+ExecStart=/usr/bin/mbsync -Vac ${XDG_CONFIG_HOME}/mbsync/mbsyncrc
[Install]
WantedBy=default.target
diff --git a/sway/.config/systemd/user/clipman.service b/sway/.config/systemd/user/clipman.service
index 5827ebf..47155c8 100644
--- a/sway/.config/systemd/user/clipman.service
+++ b/sway/.config/systemd/user/clipman.service
@@ -6,7 +6,7 @@ After=sway-session.target
[Service]
Type=simple
-ExecStart=/usr/bin/wl-paste --type text --watch clipman store --no-persist --unix
+ExecStart=/usr/bin/wl-paste --type text --watch clipman --notify store --no-persist --unix
Restart=on-failure
[Install]
diff --git a/wayland/.config/environment.d/50-ydotool.conf b/wayland/.config/environment.d/50-ydotool.conf
new file mode 100644
index 0000000..dd6a013
--- /dev/null
+++ b/wayland/.config/environment.d/50-ydotool.conf
@@ -0,0 +1 @@
+YDOTOOL_SOCKET=$XDG_RUNTIME_DIR/ydotool-0.sock