Clean some stuff up
This commit is contained in:
@ -36,7 +36,8 @@ PID can be a string or a number."
|
||||
(cfg-dir (current-eww-config-dir)))
|
||||
(when cfg-dir
|
||||
(setq args (nconc (list "-c" cfg-dir) args)))
|
||||
(apply 'call-process "eww" nil 0 nil args)))
|
||||
(ignore-errors
|
||||
(apply 'call-process "eww" nil 0 nil args))))
|
||||
|
||||
(defun update-waybar ()
|
||||
(call-process "pkill" nil 0 nil "-RTMIN+1" "waybar"))
|
||||
|
||||
Reference in New Issue
Block a user