summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/.xinitrc b/.xinitrc
index 8b544e0..776971e 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -31,10 +31,15 @@ run_spectrwm() {
spectrwm
}
+run_plasma() {
+ startplasma-x11
+}
+
case $session in
wmferrwm ) run_ferrwm ;;
wmdwm ) run_dwm ;;
wmspectrwm ) run_spectrwm ;;
+ wmplasma ) run_plasma ;;
# No known session, try to run it as command
esac