mirror of
https://github.com/eRgo35/dots.git
synced 2025-12-16 07:26:12 +01:00
9 lines
234 B
Bash
9 lines
234 B
Bash
#!/bin/bash
|
|
|
|
#First, configure stuff with xrandr
|
|
#Get user path
|
|
[[ $(who) != "" ]] && USER=$(who | grep :0\) | cut -f 1 -d ' ') || \
|
|
USER=$(echo /home/* | cut -f 3 -d '/')
|
|
|
|
export DISPLAY=:0.0
|
|
export XAUTHORITY=/home/$USER/.Xauthority |