diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 38f6871..ca72c41 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -62,6 +62,9 @@ ;; bugfix for scrolling doesn't work with an external mouse in GTK+3 Apps (setf (getenv "GDK_CORE_DEVICE_EVENTS") "1") +;; Add .local/bin to PATH +(setf (getenv "PATH") (concatenate 'string "~/.local/bin:" (getenv "PATH"))) + ;; style message windows (set-bg-color "#333333") (set-border-color "#b00045")