blob: 7eaecac24b900f2b44862e1851198e0c8a3696c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
#!/bin/sh
waybar --config $HOME/.config/waybar/config.hypr &
nm-applet --indicator &
blueman-applet &
mako &
gnome-keyring-daemon --foreground &
wl-clip-persist --clipboard both &
gtk-launch discord &
gtk-launch element-desktop &
gtk-launch org.gajim.Gajim &
gtk-launch thunderbird &
hyprpaper &
hypridle &
sleep 0.5
killall -e xdg-desktop-portal-hyprland
killall xdg-desktop-portal-gtk
killall xdk-desktop-portal
sleep 0.5
$GUIX_PROFILE/libexec/xdg-desktop-portal-gtk &
$GUIX_PROFILE/libexec/xdg-desktop-portal-hyprland &
sleep 2
$GUIX_PROFILE/libexec/xdg-desktop-portal &
|