1
0
mirror of https://github.com/lxsang/meta-rpi-diya.git synced 2025-07-19 23:40:07 +02:00

fix: move wayland related default application config to /et/xdg

This commit is contained in:
DanyLE
2023-07-29 00:35:25 +02:00
parent 1cb28e0e01
commit 1b520e6713
6 changed files with 17 additions and 15 deletions

View File

@ -1,7 +1,7 @@
# Example autostart file
# Set background color
swaybg -i /etc/labwc/wpp.jpg >/dev/null 2>&1 &
swaybg -i /etc/xdg/labwc/wpp.jpg >/dev/null 2>&1 &
wlr-randr --output DPI-1 --transform 90
@ -31,7 +31,7 @@ wlr-randr --output DPI-1 --transform 90
# https://git.sr.ht/~leon_plickat/wlopm
swayidle -w timeout 60 'wlopm --off DPI-1' resume 'wlopm --on DPI-1' &
SFWBAR_CNF="/etc/sfwbar/sfwbar.config"
SFWBAR_CNF="/etc/xdg/sfwbar/sfwbar.config"
if [ -e "$HOME/.config/sfwbar/sfwbar.config" ]; then
SFWBAR_CNF="$HOME/.config/sfwbar/sfwbar.config"
fi