New backup 2024-04-15 20:08:22
This commit is contained in:
parent
bcc29e7b3b
commit
78c7c7c6d7
2 changed files with 1 additions and 5 deletions
|
@ -4,3 +4,4 @@
|
|||
.config/swayidle/brightness
|
||||
.config/sway/scripts/data
|
||||
.config/sway/scripts/autostart.d/328p1aa
|
||||
.config/sway/scripts/autostart.d/a2337
|
||||
|
|
|
@ -3,11 +3,9 @@
|
|||
killall autotiling
|
||||
killall waybar
|
||||
killall swaync
|
||||
killall batalert
|
||||
killall blueman-applet
|
||||
killall swayidle
|
||||
killall kdeconnectd
|
||||
#killall wlpaste
|
||||
killall copyq
|
||||
killall polkit-kde-authentication-agent-1
|
||||
killall swaybg
|
||||
|
@ -18,14 +16,11 @@ swaync & \
|
|||
/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd & \
|
||||
swayidle & \
|
||||
blueman-applet & \
|
||||
#wl-paste -t text --watch clipman store --max-items 1024 & \
|
||||
copyq --start-server & \
|
||||
#/home/pogmommy/.cargo/bin/batalert -u /sys/class/power_supply/macsmc-battery/uevent --alert 20 --notification-step 5 & \
|
||||
/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1 & \
|
||||
|
||||
for s in ~/.config/sway/scripts/autostart.d/* ;do
|
||||
if [ -f "$s" ];then
|
||||
# echo $s
|
||||
bash -c "$s"
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Reference in a new issue