dotfiles-guix/home/config/hypr/scripts.d/autostart.sh

29 lines
646 B
Bash
Raw Normal View History

2024-06-23 01:31:19 +00:00
#!/bin/sh
2024-06-22 02:52:21 +00:00
2024-06-23 01:31:19 +00:00
waybar --config $HOME/.config/waybar/config.hypr &
2024-06-22 02:52:21 +00:00
nm-applet --indicator &
2024-11-04 04:29:10 +00:00
blueman-applet &
mako &
2024-06-22 02:52:21 +00:00
2024-06-23 01:31:19 +00:00
gnome-keyring-daemon --foreground &
2024-06-22 02:52:21 +00:00
wl-clip-persist --clipboard both &
2024-12-05 16:36:42 +00:00
discord --enable-features=UseOzonePlatform --ozone-platform=wayland &
element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland &
gajim &
thunderbird &
2024-06-22 02:52:21 +00:00
hyprpaper &
hypridle &
2024-11-03 18:26:33 +00:00
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 &