gianmarco
/
dotfiles
Archived
1
0
Fork 0
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues/pull-requests.
dotfiles/Scripts/autostart.sh

36 lines
489 B
Bash
Executable File

#!/bin/bash
if [ -f "/tmp/autostart" ]; then
echo "Script has already run..."
exit 1
fi
touch /tmp/autostart
/usr/lib/pam_kwallet_init
polkit-dumb-agent &
flameshot &
akregator --hide-mainwindow &
kmail &
krfb --nodialog &
ktorrent &
#yakuake &
keepassxc &
syncthingtray --wait &
#stalonetray &
nextcloud &
qlipper &
kdeconnect-indicator &
#i=1
#while [ $i -le 6 ]
#do
# bsp-layout set tall $i --master-size 0.5
# ((i++))
#done
~/Scripts/usbsounds.sh &
~/Scripts/xbk.sh &