mirror of
https://github.com/WarrenHood/dotfiles.git
synced 2025-04-29 09:04:59 +01:00
Set dpi to 96
This commit is contained in:
parent
2afa287479
commit
fd3932e331
|
@ -619,6 +619,7 @@ awful.spawn.once("picom") -- Compositor
|
|||
awful.spawn.once("nm-applet") -- Network Manager applet
|
||||
awful.spawn.once("autorandr -l dual") -- Load my dual monitor autorandr config
|
||||
awful.spawn.once("volumeicon") -- Volume icon
|
||||
awful.spawn.once("xrandr --dpi 96") -- Set dpi to 96
|
||||
|
||||
-- Wallpaper
|
||||
-- awful.spawn.once("xargs xwallpaper --output all --stretch --center ~/.config/awesome/wallpapers/miku_1.png")
|
||||
|
|
Loading…
Reference in a new issue