add Desktop Environment (hypr) settings

This commit is contained in:
fbachus
2024-11-08 18:53:43 +01:00
parent 6ea752e214
commit c8163e23b4
14 changed files with 1293 additions and 0 deletions

29
.config/hypr/autostart Executable file
View 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 &