We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cb9db commit 5b9d4c0Copy full SHA for 5b9d4c0
1 file changed
systemd/dde-session-pre.target.wants/dde-session@x11.service
@@ -21,6 +21,7 @@ Type=notify
21
# kind of painful as systemd had a bug where it retries the condition.
22
# Only start if the template instance matches the session type.
23
ExecCondition=/bin/sh -c 'test "$XDG_SESSION_TYPE" = "%I" || exit 2'
24
+ExecStartPre=-/bin/sh -c 'sed -i "s/deepin-kwin/kwin/g" $HOME/.config/kglobalshortcutsrc'
25
ExecStartPre=-/bin/sh -c 'cp -n /etc/xdg/kglobalshortcutsrc $HOME/.config/kglobalshortcutsrc'
26
ExecStart=/usr/bin/kwin_x11 --replace
27
# Exit code 1 means we are probably *not* dealing with an extension failure
0 commit comments