nvm
This commit is contained in:
parent
a9813b4a1d
commit
60f90ec63c
1 changed files with 49 additions and 58 deletions
|
@ -1366,18 +1366,9 @@ RELEASE ME
|
||||||
(interactive)
|
(interactive)
|
||||||
(exwm-workspace-switch-create ,i))))
|
(exwm-workspace-switch-create ,i))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue