#!/bin/sh

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


EXECUTE_PATH=$(cd `dirname $0`; pwd)
kwin_x11 :appFilePath=$EXECUTE_PATH/kwin_no_scale $@  2>&1 | systemd-cat -t kwin_x11
