- fixed wrong dir targets
- added commands to toggle swapscape for hyprland - fixed a launch in autostart - wrong dir for keep finds
This commit is contained in:
2
env/.local/bin/scripts/backup/backup-tol2
vendored
2
env/.local/bin/scripts/backup/backup-tol2
vendored
@@ -15,7 +15,7 @@ fsyncb () {
|
||||
fi
|
||||
}
|
||||
|
||||
syncfile=".surf/styles .urlview .local/bin/lf-gadgets .local/share/applications/custom .config/newsboat .config/zsh .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/media/ICE stuff/scripts/iceys-linux-stuffs stuff/scripts/system"
|
||||
syncfile=".surf/styles .urlview .local/bin/lf-gadgets .local/share/applications/custom .config/newsboat .config/zsh .keepass .config/Pinta .config/cmus stuff/notes stuff/openvpn-cons stuff/media/ICE stuff/scripts/iceys-linux-stuffs"
|
||||
|
||||
# stuff/scripts .gnupg
|
||||
|
||||
|
||||
@@ -54,14 +54,14 @@ fi
|
||||
|
||||
if [ -z "$(pgrep wezterm)" ]; then
|
||||
sleep 2
|
||||
wezterm -e ~/stuff/scripts/system/task.sh &
|
||||
wezterm -e ~/.local/bin/system/task.sh &
|
||||
fi
|
||||
|
||||
|
||||
if [ "$(cat /etc/hostname)" == "Kasino" ]; then
|
||||
if [ -z "$(pgrep vesktop)" ]; then
|
||||
sleep 2s
|
||||
vesktop & disown
|
||||
dbus-run-session vesktop & disown
|
||||
fi
|
||||
|
||||
if [ -z "$(pgrep gajim)" ]; then
|
||||
|
||||
Reference in New Issue
Block a user