diff options
author | self <george@gabbott.dev> | 2022-11-06 21:37:28 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-11-06 21:37:28 +0000 |
commit | 7b02865fd4c5cb7f3348e48a17c032b2fb50a03c (patch) | |
tree | 9c9fb70a67ea1f6ac8d3413aa439a6f69027b59e /.xinitrc | |
parent | 4ac559ba7b5ed6e9d43b0edf72fea3f063cae7ef (diff) |
plasma
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |