Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
commit
b1335a3628
199 changed files with 36930 additions and 0 deletions
11
home/.config/systemd/user/aria2.service
Normal file
11
home/.config/systemd/user/aria2.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Aria2 download manager
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/aria2c --daemon --enable-rpc --rpc-listen-all --rpc-allow-origin-all --rpc-certificate %h/.config/aria2/cert.pem --private-key %h/.config/aria2/key.pem --rpc-secure --save-session %h/.config/aria2/session.lock --input-file %h/.config/aria2/session.lock --conf-path %h/.config/aria2/aria2.conf --dir %h/Downloads
|
||||
RestartSec=1min
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
10
home/.config/systemd/user/clipman.service
Normal file
10
home/.config/systemd/user/clipman.service
Normal file
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=A simple clipboard manager for Wayland
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/clipman -d
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
9
home/.config/systemd/user/libra.service
Normal file
9
home/.config/systemd/user/libra.service
Normal file
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Listenbrainz scrobbler for MPD
|
||||
After=mpd.service
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.bin/go/bin/libra
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
11
home/.config/systemd/user/mako.service
Normal file
11
home/.config/systemd/user/mako.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=A lightweight Wayland notification daemon
|
||||
Documentation=man:mako(1)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mako
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
6
home/.config/systemd/user/sway-session.target
Normal file
6
home/.config/systemd/user/sway-session.target
Normal file
|
@ -0,0 +1,6 @@
|
|||
[Unit]
|
||||
Description=sway compositor session
|
||||
Documentation=man:systemd.special(7)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
17
home/.config/systemd/user/sway.service
Normal file
17
home/.config/systemd/user/sway.service
Normal file
|
@ -0,0 +1,17 @@
|
|||
[Unit]
|
||||
Description=sway - SirCmpwn's Wayland window manager
|
||||
Documentation=man:sway(5)
|
||||
BindsTo=graphical-session.target
|
||||
Wants=graphical-session-pre.target
|
||||
After=graphical-session-pre.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
EnvironmentFile=-%h/.config/sway/env
|
||||
ExecStart=/usr/bin/sway
|
||||
Restart=on-failure
|
||||
RestartSec=1
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
11
home/.config/systemd/user/swayidle.service
Normal file
11
home/.config/systemd/user/swayidle.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Idle manager for Wayland
|
||||
Documentation=man:swayidle(1)
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=%h/Scripts/swayidle.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
11
home/.config/systemd/user/waybar.service
Normal file
11
home/.config/systemd/user/waybar.service
Normal file
|
@ -0,0 +1,11 @@
|
|||
[Unit]
|
||||
Description=Highly customizable Wayland bar for Sway and Wlroots based compositors.
|
||||
Documentation=https://github.com/Alexays/Waybar/wiki/
|
||||
PartOf=graphical-session.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/waybar
|
||||
|
||||
[Install]
|
||||
WantedBy=sway-session.target
|
Loading…
Add table
Add a link
Reference in a new issue