add Desktop Environment (hypr) settings
This commit is contained in:
29
.config/hypr/autostart
Executable file
29
.config/hypr/autostart
Executable file
@@ -0,0 +1,29 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
# variables
|
||||
config=$HOME/.config/hypr
|
||||
|
||||
# wallpaper
|
||||
hyprpaper &
|
||||
|
||||
# notification daemon
|
||||
dunst &
|
||||
|
||||
# secrets manager
|
||||
kwalletd6 &
|
||||
|
||||
# waybar
|
||||
waybar &
|
||||
|
||||
# syncronisation
|
||||
syncthing &
|
||||
nextcloud --background &
|
||||
|
||||
# network-manager tray icon
|
||||
NetworkManager &
|
||||
nm-applet &
|
||||
# other
|
||||
polkit-kde-authentication-agent-1 &
|
||||
dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP &
|
||||
hypridle &
|
||||
polkit-qt6 &
|
||||
Reference in New Issue
Block a user