Cleaned up scripts folder and moved some stuff
This commit is contained in:
parent
d003263cb6
commit
02642f9dc6
33 changed files with 42 additions and 142 deletions
|
@ -1,5 +1,5 @@
|
|||
if cat /proc/cmdline | grep -q "video=eDP-1:d"; then
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && kodi
|
||||
else
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && $HOME/Scripts/sway-run.sh > /dev/null 2>&1
|
||||
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && $HOME/.config/sway/scripts/run.sh > /dev/null 2>&1
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue