dotfiles/dot_config/hypr/executable_autostart
punkfairie 4340446a0e
Update .config/hypr/autostart
Update .config/hypr/hyprland.conf
Update tags
2024-05-19 10:47:02 -07:00

25 lines
409 B
Bash

#!/usr/bin/bash
# variables
config=$HOME/.config/hypr
scripts=$config/scripts
# notification daemon
dunst &
# waybar
"$scripts/launch_waybar" &
"$scripts/tools/dynamic" &
# wallpaper
"$scripts/wall" "$config/wallpapers/cloud.png" &
# effects
"$scripts/rgb" &
# clipboard
copyq --start-server &
clipboard-sync &
# other
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &