aboutsummaryrefslogtreecommitdiffstats
path: root/x11/.xprofile
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-04-08 22:15:39 -0400
committerSpacedio <spacedio@thernusen.net>2026-04-08 22:15:39 -0400
commit087ebd3772bfe1f2c0b7a4e5acec3c7677da1b47 (patch)
treec689425a5c18e0e85872015722a254e42e8a8426 /x11/.xprofile
parent559cc182a5c359679b9b8bb56c12cb946e090d29 (diff)
downloaddotfiles-087ebd3772bfe1f2c0b7a4e5acec3c7677da1b47.tar.gz
Commit of Blade Stealth specific config.
Diffstat (limited to 'x11/.xprofile')
-rw-r--r--x11/.xprofile14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/.xprofile b/x11/.xprofile
new file mode 100644
index 0000000..176d4ad
--- /dev/null
+++ b/x11/.xprofile
@@ -0,0 +1,14 @@
+xrdb -merge ~/.Xresources
+
+xrandr --output eDP-1 --auto
+
+#export GDK_SCALE=2
+#export GDK_DPI_SCALE=0.5
+export GDK_DPI_SCALE=1
+
+export QT_AUTO_SCREEN_SCALE_FACTOR=1
+export QT_ENABLE_HIGHDPI_SCALING=1
+
+export _JAVA_OPTIONS='-Dsun.java2d.uiScale=2'
+
+picom --backend xrender --vsync --use-damage &