26 lines
536 B
Bash
Executable File
26 lines
536 B
Bash
Executable File
#!/bin/bash
|
|
sleep 3
|
|
clipse -listen &
|
|
|
|
# alacritty --class alacritty-init &
|
|
|
|
#/home/nathan/AppImages/Fingertip-0.0.4-beta2-linux-X64.AppImage & # This is broken using sane now
|
|
|
|
/home/nathan/AppImages/nextcloud_desktop_sync_client.appimage --background &
|
|
# discord --start-minimized & Using vesktop now
|
|
|
|
sleep 2
|
|
vesktop --start-minimized &
|
|
kdeconnect-indicator
|
|
# slack -U &
|
|
|
|
|
|
# Misc
|
|
/home/nathan/scripts/mute.sh
|
|
|
|
# Fix dolphin file assosiations
|
|
XDG_MENU_PREFIX=arch- kbuildsycoca6
|
|
|
|
|
|
#sleep 10 && WallRizz -r -n -d ~/.config/backgrounds
|