desktop: add comment

This commit is contained in:
Pavel Korytov 2024-10-20 18:37:48 +03:00
parent 5aa83aefbd
commit 758d693025

View file

@ -2833,6 +2833,8 @@ format-underline = ${colors.light-green}
format-foreground = ${colors.foreground} format-foreground = ${colors.foreground}
#+end_src #+end_src
*** C-g *** C-g
Sometimes Emacs hangs, and something in EXWM prevents it from receiving the =C-g= keystroke.
#+begin_src bash :tangle ./bin/polybar/c-g.sh #+begin_src bash :tangle ./bin/polybar/c-g.sh
EMACS_FLAG="-l /home/pavel/.emacs.d/desktop.el" EMACS_FLAG="-l /home/pavel/.emacs.d/desktop.el"
EXCLUDE_PATTERN="dbus-launch --exit-with-session emacs" EXCLUDE_PATTERN="dbus-launch --exit-with-session emacs"