aboutsummaryrefslogtreecommitdiffstats
path: root/x11/.xprofile
diff options
context:
space:
mode:
authorSpacedio <spacedio@thernusen.net>2026-06-04 20:46:42 -0400
committerSpacedio <spacedio@thernusen.net>2026-06-04 20:46:42 -0400
commit2586197af1a1c4b419e6d3a7786128c6091ee939 (patch)
tree2c0c12eb9fd7c7ed64aab21823dccbefb8594ce5 /x11/.xprofile
parent7846c1b33585a88333d2b0ac2270d0d304a2eeac (diff)
downloaddotfiles-2586197af1a1c4b419e6d3a7786128c6091ee939.tar.gz
Switched starting picom from .xprofile to i3 config. Corrected the mic check script for polybar
Diffstat (limited to 'x11/.xprofile')
-rw-r--r--x11/.xprofile6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/.xprofile b/x11/.xprofile
index 176d4ad..f4af368 100644
--- a/x11/.xprofile
+++ b/x11/.xprofile
@@ -1,6 +1,6 @@
xrdb -merge ~/.Xresources
-xrandr --output eDP-1 --auto
+xrandr --output eDP-1 --auto
#export GDK_SCALE=2
#export GDK_DPI_SCALE=0.5
@@ -9,6 +9,4 @@ 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 &
+export _JAVA_OPTIONS='-Dsun.java2d.uiScale=2' \ No newline at end of file