create sxhkd, picom as user runsv service
This commit is contained in:
parent
7a015e96c8
commit
533f58b559
|
@ -8,13 +8,8 @@ xrandr --output DP-0 --primary --mode 2560x1440 --rate 165.08 --left-of DP-4 --o
|
|||
|
||||
# Autolaunch
|
||||
|
||||
pgrep -x sxhkd > /dev/null || sxhkd &
|
||||
pgrep -x picom > /dev/null || picom &
|
||||
~/.config/polybar/launch.sh &
|
||||
pgrep -x Discord > /dev/null || Discord &
|
||||
# pgrep -x pipewire > /dev/null || pipewire &
|
||||
# pgrep -x pipewire-pulse > /dev/null || pipewire-pulse &
|
||||
|
||||
|
||||
# $HOME/.config/polybar/launch.sh
|
||||
xsetroot -cursor_name left_ptr &
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
export DISPLAY=:0
|
||||
|
||||
exec 2>&1
|
||||
exec picom
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
svlogd -tt .
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
export DISPLAY=:0
|
||||
export SHELL=/bin/bash
|
||||
|
||||
exec 2>&1
|
||||
exec sxhkd
|
Loading…
Reference in New Issue