summaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2022-11-13 14:07:24 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commite4e9e3b440bc915b15abee33aeeb23f8194dd298 (patch)
tree6ae44af87c2e2b29486e030159e42b02640a3694 /.zprofile
parentb54b546c793cd989f975e699197c20522f73e3f4 (diff)
[sway+gammastep+fcitx5] start sway via systemd service on login and adjust gammastep and fcitx5 services to run after sway-session.target
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile3
1 files changed, 1 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 374fd5f..e7eb6b8 100644
--- a/.zprofile
+++ b/.zprofile
@@ -2,5 +2,4 @@ export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
-exec sway
-
+systemctl --user start sway.service