From 331e41febd5283d9d99ab8c1560f4feeb3176c78 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 26 Oct 2022 10:36:41 -0600 Subject: [PATCH] Gaps update --- .stumpwm.d/gaps.lisp | 6 +++--- .stumpwm.d/init.lisp | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.stumpwm.d/gaps.lisp b/.stumpwm.d/gaps.lisp index 1cd5077..2d940b6 100644 --- a/.stumpwm.d/gaps.lisp +++ b/.stumpwm.d/gaps.lisp @@ -2,8 +2,8 @@ (load-module "swm-gaps") -(setf swm-gaps:*head-gaps-size* 0 - swm-gaps:*inner-gaps-size* 5 - swm-gaps:*outer-gaps-size* 5) +(setf swm-gaps:*head-gaps-size* 0) +;; swm-gaps:*inner-gaps-size* 5 +;; swm-gaps:*outer-gaps-size* 5) (swm-gaps:toggle-gaps) diff --git a/.stumpwm.d/init.lisp b/.stumpwm.d/init.lisp index a842b94..16f4b50 100644 --- a/.stumpwm.d/init.lisp +++ b/.stumpwm.d/init.lisp @@ -19,3 +19,5 @@ ;; Follow focus on mouse hover (setq *mouse-focus-policy* :sloppy) + +(run-shell-command "dunst")