[stumpwm] Add ~/.local/bin to PATH to get recognized in exec
This commit is contained in:
parent
39b8ab94a0
commit
f8694cafd8
1 changed files with 3 additions and 0 deletions
|
@ -62,6 +62,9 @@
|
||||||
;; bugfix for scrolling doesn't work with an external mouse in GTK+3 Apps
|
;; bugfix for scrolling doesn't work with an external mouse in GTK+3 Apps
|
||||||
(setf (getenv "GDK_CORE_DEVICE_EVENTS") "1")
|
(setf (getenv "GDK_CORE_DEVICE_EVENTS") "1")
|
||||||
|
|
||||||
|
;; Add .local/bin to PATH
|
||||||
|
(setf (getenv "PATH") (concatenate 'string "~/.local/bin:" (getenv "PATH")))
|
||||||
|
|
||||||
;; style message windows
|
;; style message windows
|
||||||
(set-bg-color "#333333")
|
(set-bg-color "#333333")
|
||||||
(set-border-color "#b00045")
|
(set-border-color "#b00045")
|
||||||
|
|
Loading…
Reference in a new issue