aboutsummaryrefslogtreecommitdiff
path: root/bin/startkde
blob: 14d36dd37839957a99319f75ceae74b8f7793ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash

if ! command -v startplasma-wayland &> /dev/null; then
    >&2 echo KDE is not installed
    exit 1
fi

export GVIM_ENABLE_WAYLAND=1
export MOZ_ENABLE_WAYLAND=1

unset GTK_IM_MODULE
unset QT_IM_MODULE

exec startplasma-wayland