i wonder if this will work

This commit is contained in:
Sakooooo 2024-02-07 13:01:37 +04:00
parent 258f9a19b8
commit a9813b4a1d
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -1314,6 +1314,9 @@ RELEASE ME
(display-battery-mode) (display-battery-mode)
(use-package exwm (use-package exwm
:config :config
;; background
(call-process-shell-command "feh --bg-fill ~/background.png" nil 0)
;; workspaces ;; workspaces
(setq exwm-workspace-number 5) (setq exwm-workspace-number 5)
@ -1365,6 +1368,16 @@ RELEASE ME
(number-sequence 0 9)))) (number-sequence 0 9))))
)) ))
(use-package exwm-outer-gaps
:straight (exmw-outer-gaps :type git :host github :repo "lucasgruss/exwm-outer-gaps")
:config
(defun exwm-outer-gaps-redraw ()
"exwm-outer gaps sometimes has artifacts in the gap area. Quickly toggling the mode on and off works forces a redraw of the gaps and gets rid of them."
(interactive)
(exwm-outer-gaps-mode))
:hook (exwm-init
. (lambda () (exwm-outer-gaps-mode))))
#+end_src #+end_src
* Org Mode Configuration Setup * Org Mode Configuration Setup
** Babel Languages ** Babel Languages