34 lines
596 B
Bash
Executable File
34 lines
596 B
Bash
Executable File
#!/usr/bin/env bash
|
|
source /home/thierry/keepass.env
|
|
source /home/thierry/bin/alias
|
|
|
|
sleep 1
|
|
killall -e xdg-desktop-portal-hyprland
|
|
killall -e xdg-desktop-portal-wlr
|
|
killall xdg-desktop-portal
|
|
/usr/lib/xdg-desktop-portal-hyprland &
|
|
sleep 2
|
|
/usr/lib/xdg-desktop-portal &
|
|
|
|
|
|
|
|
|
|
#jamesdsp -t &
|
|
#clight-gui --tray &
|
|
#localsend --hidden &
|
|
#jetbrains-toolbox &
|
|
|
|
~/bin/keep.sh &
|
|
|
|
blueman-tray &
|
|
blueman-applet &
|
|
copyq --start-server &
|
|
easyeffects -w &
|
|
feishin &
|
|
hyprpaper &
|
|
mangohud steam -silent &
|
|
nextcloud --background &
|
|
nm-applet &
|
|
swaync &
|
|
systemctl --user start hyprmarker.service &
|
|
swayosd-server & |