diff --git a/user/systemd-user-laptop/.config/systemd/user/aria2.service b/user/systemd-user-laptop/.config/systemd/user/aria2.service new file mode 100644 index 0000000..9e3363c --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/aria2.service @@ -0,0 +1,9 @@ +[Unit] +Description=Aria2 Service +After=network.target + +[Service] +ExecStart=/usr/bin/aria2c --enable-rpc --rpc-listen-all --rpc-allow-origin-all --save-session %h/.config/aria2/session.lock --input-file %h/.config/aria2/session.lock --conf-path=%h/.config/aria2/aria2.conf + +[Install] +WantedBy=default.target diff --git a/user/systemd-user-laptop/.config/systemd/user/dunst.service.d/override.conf b/user/systemd-user-laptop/.config/systemd/user/dunst.service.d/override.conf new file mode 100644 index 0000000..2c64a15 --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/dunst.service.d/override.conf @@ -0,0 +1,7 @@ +[Unit] +Require=windows-manager.service +After=windows-manager.service + +[Install] +WantedBy= +WantedBy=windows-manager.service diff --git a/user/systemd-user-laptop/.config/systemd/user/feh.service b/user/systemd-user-laptop/.config/systemd/user/feh.service new file mode 100644 index 0000000..a163b25 --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/feh.service @@ -0,0 +1,10 @@ +[Unit] +Description=Set wallpaper with feh +Requires=windows-manager.service +After=windows-manager.service + +[Service] +ExecStart=/usr/bin/feh --bg-scale %h/pictures/wallpapers/starwars-bike.jpg + +[Install] +WantedBy=i3.service diff --git a/user/systemd-user-laptop/.config/systemd/user/i3.service b/user/systemd-user-laptop/.config/systemd/user/i3.service new file mode 100644 index 0000000..c4cd888 --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/i3.service @@ -0,0 +1,8 @@ +[Unit] +Description=i3 window manager + +[Service] +ExecStart=/usr/bin/i3 -V + +[Install] +Alias=windows-manager.service diff --git a/user/systemd-user-laptop/.config/systemd/user/polybar.service b/user/systemd-user-laptop/.config/systemd/user/polybar.service new file mode 100644 index 0000000..97c8385 --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/polybar.service @@ -0,0 +1,11 @@ +[Unit] +Description=Polybar for laptop screen +Requires=i3.service +After=i3.service + +[Service] +ExecStartPre=/usr/bin/sleep 0.5 +ExecStart=/usr/bin/polybar laptop + +[Install] +WantedBy=i3.service diff --git a/user/systemd-user-laptop/.config/systemd/user/redshift.service.d/override.conf b/user/systemd-user-laptop/.config/systemd/user/redshift.service.d/override.conf new file mode 100644 index 0000000..007bf0a --- /dev/null +++ b/user/systemd-user-laptop/.config/systemd/user/redshift.service.d/override.conf @@ -0,0 +1,3 @@ +[Install] +WantedBy= +WantedBy=windows-manager.service