We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49cb9db commit 71efc74Copy full SHA for 71efc74
1 file changed
systemd/dde-session-pre.target.wants/dde-session@x11.service
@@ -22,6 +22,7 @@ Type=notify
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 'cp -n /etc/xdg/kglobalshortcutsrc $HOME/.config/kglobalshortcutsrc'
25
+ExecStartPre=-/bin/sh -c 'sed -i "s/deepin-kwin/kwin/g" $HOME/.config/kglobalshortcutsrc'
26
ExecStart=/usr/bin/kwin_x11 --replace
27
# Exit code 1 means we are probably *not* dealing with an extension failure
28
SuccessExitStatus=1
0 commit comments