add hyprland

This commit is contained in:
2026-07-17 15:25:20 +02:00
parent aaf25faab6
commit 3a10f9f898
43 changed files with 757 additions and 0 deletions

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/darkman.service

View File

@@ -0,0 +1 @@
/home/paul/.config/systemd/user/udiskie.service

View File

@@ -0,0 +1,12 @@
[Unit]
Description=Dunst notification daemon
Documentation=man:dunst(1)
PartOf=graphical-session.target
After=graphical-session.target
[Service]
Type=dbus
BusName=org.freedesktop.Notifications
ExecStart=/usr/bin/dunst
ExecReload=/usr/bin/dunstctl reload
Slice=session.slice

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hypridle.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hyprpaper.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/hyprpolkitagent.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/vicinae.service

View File

@@ -0,0 +1 @@
/usr/lib/systemd/user/waybar.service

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Handle automounting of usb devices
[Service]
Type=simple
ExecStart=/usr/bin/udiskie
[Install]
WantedBy=default.target