fix: awesome bar adopted wrong dpi
This commit is contained in:
parent
3e7487927b
commit
f635f18bc2
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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")
|
|
||||||
|
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user