mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-05 21:49:32 +01:00
5679c7092c
It turns out that GDK_SCALE and GDK_DPI_SCALE is what you need to add HiDPI support to GTK applications. Since you probably have .Xresources adjusted for your HiDPI display, you will need to set both GDK_SCALE and GDK_DPI_SCALE at the same time to render things properly. Ironically, I never got this to work before. Maybe because I was always using 'GTK_SCALE' instead of 'GDK_SCALE', or maybe because I never used both GDK_SCALE and GDK_DPI_SCALE at the same time. This gives me full HiDPI support in bspwm, with the exception of a few applications (polybar, dunst) that don't honor DPI as of this writing. |
||
---|---|---|
.. | ||
.config/bspwm | ||
README.md |
bspwm
bspwm is a tiling window manager for X11.
Use Cases
bspwm can be used to:
- Automatically tile all kinds of windows, maximizing screen estate
- Have complete control of your window manager through simple shell commands
- Minimize resource usage; bspwm works best without a desktop environment
You should not use bspwm if: