ulauncher setup

This commit is contained in:
2023-02-28 16:12:00 +01:00
parent 5382be2aa7
commit f03f03021c
181 changed files with 5220 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/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