From e6f26581bf22e266c5056eddfb264eca2efb6ef4 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Thu, 11 Jul 2024 17:11:25 +0200 Subject: Wayland-based desktop support Add a separate home service to configure a Wayland-based desktop instead of an X11 one. Screensharing in Zoom doesn't work unfortunately, but it worked (at least for a while) through OBS. Waybar might need some work to bring it in line with the previous polybar configuration, especially in terms of aesthetics. --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 9761ff20..ac9c7edd 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -123,6 +123,7 @@ (eval . (put 'scheme-file 'scheme-indent-function 1)) (eval . (put 'plain-file 'scheme-indent-function 1)) (eval . (put 'mixed-text-file 'scheme-indent-function 1)) + (eval . (put 'json-file 'scheme-indent-function 1)) ;; My own functions. (eval . (put 'combined-text-file 'scheme-indent-function 1)) -- cgit v1.2.3