Skip to content

Commit

Permalink
edit(startup): don't start telegram auto
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Oct 12, 2024
1 parent 9aea2f1 commit a1af82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sh-scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if [ "$(hostname)" = ArchSapphire ]; then
syncthing-gtk -m &
signal-desktop --start-in-tray --use-tray-icon &
ibus-daemon -d -r &
telegram-desktop &
# telegram-desktop &
fi

if [ "$(hostname)" = ArchDiamond ]; then
Expand All @@ -79,7 +79,7 @@ if [ "$(hostname)" = ArchMajestic ]; then
# gnome-calendar &
syncthing-gtk &
spotify &
telegram-desktop &
# telegram-desktop &
fi
~/dotfiles/sh-scripts/redshift.sh
systemctl --user start evansync.timer
Expand All @@ -92,7 +92,7 @@ if [ "$(hostname)" = ArchBootes ]; then
signal-desktop --start-in-tray --use-tray-icon &
syncthing-gtk &
spotify &
telegram-desktop &
# telegram-desktop &
fi
~/dotfiles/sh-scripts/redshift.sh
systemctl --user start evansync.timer
Expand Down

0 comments on commit a1af82c

Please sign in to comment.