~nhoad/dotfiles

7eaafbfcde0ae3df55a4e0fba4dc6b7760fbee61 — Nathan Hoad 1 year, 3 months ago a99cbcc
Fix my shit for hidpi, finally.
3 files changed, 5 insertions(+), 1 deletions(-)

A bspwm/.Xresources
M bspwm/.config/polybar/config
M bspwm/.xinitrc
A bspwm/.Xresources => bspwm/.Xresources +1 -0
@@ 0,0 1,1 @@
Xft.dpi: 192

M bspwm/.config/polybar/config => bspwm/.config/polybar/config +2 -1
@@ 24,8 24,9 @@ alert = ${colors.base08}

[bar/example]
width = 100%
height = 20
height = 40
wm-restack = bspwm
dpi = 192

background = ${colors.background}
foreground = ${colors.foreground}

M bspwm/.xinitrc => bspwm/.xinitrc +2 -0
@@ 1,2 1,4 @@
xmodmap ~/.xmodmaprc
xrandr --dpi 192
xrdb -merge ~/.Xresources
exec bspwm -c ~/.config/bspwm/bspwmrc