[stumpwm] Add ~/.local/bin to PATH to get recognized in exec

This commit is contained in:
Marcel Kapfer 2021-11-18 19:17:49 +01:00
parent 39b8ab94a0
commit f8694cafd8
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 0 deletions

View File

@ -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")