Add HiDPI support to .zprofile and bspwmrc

This commit is contained in:
Riyyi
2020-08-21 22:12:29 +02:00
parent ea6f6995d8
commit a5bf93e09b
2 changed files with 16 additions and 7 deletions
+7 -2
View File
@@ -3,8 +3,13 @@
#--- General ---#
# Basic definitions
bspc config border_width 4
bspc config window_gap 20
if [ "$HIDPI" = true ]; then
bspc config border_width 4
bspc config window_gap 20
else
bspc config border_width 2
bspc config window_gap 10
fi
bspc config split_ratio 0.502
bspc config top_padding "$PANEL_HEIGHT"