diff options
| author | nic <ra@afu.re> | 2024-05-11 22:41:54 -0400 |
|---|---|---|
| committer | nic <ra@afu.re> | 2024-05-11 22:41:54 -0400 |
| commit | 41111989d02a6ad1e66b37dc58a21dd761d8f573 (patch) | |
| tree | 353697dd6a7e5d63c1fa48cf722881649a47cd26 /.config/x11 | |
| parent | a2715adbab22946bd168d07c5264e1b8b4c9288f (diff) | |
now using sudo
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xprofile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 5a3a21c..aff206e 100644 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -3,11 +3,9 @@ # If you use startx/xinit, this file will also be sourced. xrandr --output DP-4 --mode 1920x1080 --rate 240 -setbg & -slstatus & -autostart="dunst mpd xcompmgr unclutter remapd" -#gentoo-pipewire-launcher +autostart="gentoo-pipewire-launcher setbg dunst mpd xcompmgr unclutter remapd" + for program in $autostart; do pidof -sx "$program" || "$program" & done >/dev/null 2>&1 |
