fix: awesome bar adopted wrong dpi

This commit is contained in:
Klesh Wong 2022-05-15 21:10:38 +08:00
parent 3e7487927b
commit f635f18bc2
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,8 @@ export VIM_MODE=enhanced
export XDG_RUNTIME_DIR=/tmp/runtime-klesh export XDG_RUNTIME_DIR=/tmp/runtime-klesh
mkdir -p $XDG_RUNTIME_DIR mkdir -p $XDG_RUNTIME_DIR
autorandr --change --force
exec dbus-run-session -- awesome 2> /tmp/awesome.log exec dbus-run-session -- awesome 2> /tmp/awesome.log
EOT EOT

View File

@ -838,6 +838,5 @@ awful.spawn.with_shell("flameshot")
awful.spawn.with_shell("mpd") awful.spawn.with_shell("mpd")
awful.spawn.with_shell("blueman-applet") awful.spawn.with_shell("blueman-applet")
awful.spawn.with_shell("nm-applet") awful.spawn.with_shell("nm-applet")
awful.spawn.with_shell("autorandr --change --force")
-- }}} -- }}}