#!/usr/bin/sh

## Runs the GUI program from $@ in kwin_wayland

kwin_wayland --xwayland --no-global-shortcuts --no-lockscreen --inputmethod plasma-keyboard --locale1 \
             --exit-with-session="$*"
