#!/bin/sh

if [ -n "$HOME" ];then
    cp -n /etc/xdg/kglobalshortcutsrc $HOME/.config/kglobalshortcutsrc
fi


EXECUTE_PATH=$(cd `dirname $0`; pwd)
deepin-kwin_x11 :appFilePath=$EXECUTE_PATH/kwin_no_scale $@
