summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 776971e..f8711fe 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -35,11 +35,16 @@ run_plasma() {
startplasma-x11
}
+run_plasmawl() {
+ startplasma-wayland
+}
+
case $session in
wmferrwm ) run_ferrwm ;;
wmdwm ) run_dwm ;;
wmspectrwm ) run_spectrwm ;;
wmplasma ) run_plasma ;;
+ wmplasmawl ) run_plasmawl ;;
# No known session, try to run it as command
esac