fix(emacs.d): Correctly restore default font size in randr-single
This commit is contained in:
parent
e4fe192e57
commit
da9dd45ebf
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
||||||
(shell-command "xrandr --output HDMI1 --off")
|
(shell-command "xrandr --output HDMI1 --off")
|
||||||
(shell-command "xrandr --output DP1-1 --off")
|
(shell-command "xrandr --output DP1-1 --off")
|
||||||
(exwm-randr-refresh)
|
(exwm-randr-refresh)
|
||||||
(restore-default-text-scale))
|
(set-default-text-scale nil))
|
||||||
|
|
||||||
(defun set-xkb-layout (layout)
|
(defun set-xkb-layout (layout)
|
||||||
"Set the current X keyboard layout."
|
"Set the current X keyboard layout."
|
||||||
|
|
Loading…
Add table
Reference in a new issue