29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
#Commands to be executed at launch
|
|
$scriptsDir = $HOME/.config/hypr/scripts
|
|
|
|
# wallpaper stuff
|
|
#exec-once = swww query || swww init && swww img $HOME/wallpaper.jpg #using swww utility
|
|
#exec-once = swww init
|
|
exec-once = swaybg -m fill -i $HOME/wallpaper.jpg #using swaybg
|
|
#exec-once = $scriptsDir/Wallpaper.sh #using swaybg random wallpaper
|
|
|
|
# Startup
|
|
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
#exec-once = dbus-update-activation-environment DISPLAY XAUTHORITY WAYLAND_DISPLAY
|
|
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|
|
|
|
exec-once = $scriptsDir/portal-arch-hyprland
|
|
exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
|
|
|
# apps, blueman, network manager applet and ROG-control-Center
|
|
exec-once = $scriptsDir/Startup.sh
|
|
exec-once = blueman-applet &
|
|
exec-once = nm-applet --indicator &
|
|
#exec-once = rog-control-center &
|
|
|
|
#clipboard manager
|
|
exec-once = wl-paste --watch cliphist store
|
|
|
|
#Syncthing
|
|
exec-once = $scriptsDir/syncthing.sh
|