aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.exwm6
1 files changed, 6 insertions, 0 deletions
diff --git a/.exwm b/.exwm
index 71a4b5f..409e5f4 100644
--- a/.exwm
+++ b/.exwm
@@ -45,4 +45,10 @@
(start-process-shell-command "nm-applet" nil "nm-applet")
+(advice-add #'exwm-config-misc
+ :around
+ (lambda (old-func &rest args)
+ (scroll-bar-mode -1)
+ (fringe-mode 1)))
+
(exwm-config-example)