diff options
author | self <george@gabbott.dev> | 2022-12-18 20:14:31 +0000 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-12-18 20:14:31 +0000 |
commit | 972001b5ccf867717bc36b14bc97f22de88e30db (patch) | |
tree | 95348e2f709da4586dbcf053f6730732b02eeb61 /.xinitrc | |
parent | c24cc421066b692a87d36d9bf78a47c0c0d697e5 (diff) |
Plasma Wayland, though it doesn't work lol
Diffstat (limited to '.xinitrc')
-rw-r--r-- | .xinitrc | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |