add hyprland
This commit is contained in:
1
.config/systemd/user/default.target.wants/darkman.service
Symbolic link
1
.config/systemd/user/default.target.wants/darkman.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/darkman.service
|
||||
1
.config/systemd/user/default.target.wants/udiskie.service
Symbolic link
1
.config/systemd/user/default.target.wants/udiskie.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/paul/.config/systemd/user/udiskie.service
|
||||
12
.config/systemd/user/dunst.service
Normal file
12
.config/systemd/user/dunst.service
Normal 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
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hypridle.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprpaper.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/hyprpolkitagent.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/vicinae.service
|
||||
@@ -0,0 +1 @@
|
||||
/usr/lib/systemd/user/waybar.service
|
||||
9
.config/systemd/user/udiskie.service
Normal file
9
.config/systemd/user/udiskie.service
Normal file
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=Handle automounting of usb devices
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/udiskie
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user