aboutsummaryrefslogtreecommitdiff
path: root/.xprofile
blob: 87103555b50bbc0aa9563296c645bd2ecf0a4dcb (plain)
1
2
3
4
5
6
7
8
#!/bin/zsh
systemctl --user import-environment DISPLAY

export _JAVA_AWT_WM_NONREPARENTING=1
export TZ='Europe/Amsterdam'

i3