dotfiles/dot_config/hypr/executable_autostart

22 lines
346 B
Text
Raw Normal View History

#!/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 &
# other
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &