mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-05 19:35:33 +07:00
initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=dwm window manager
|
||||
After=xrdb.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/dwm
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
|
||||
[Install]
|
||||
WantedBy=xorg.target
|
||||
@@ -0,0 +1,9 @@
|
||||
[Unit]
|
||||
Description=slstatus daemon
|
||||
After=dwm.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/slstatus
|
||||
|
||||
[Install]
|
||||
WantedBy=xorg.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=SSH key agent
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
Environment=SSH_AUTH_SOCK=%t/ssh-agent.socket
|
||||
ExecStart=/usr/bin/ssh-agent -D -a $SSH_AUTH_SOCK
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=xcape service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/xcape -e 'Control_L=Escape'
|
||||
|
||||
[Install]
|
||||
WantedBy=xorg.target
|
||||
@@ -0,0 +1,3 @@
|
||||
[Unit]
|
||||
Description=X session managed by systemd
|
||||
BindsTo=graphical-session.target
|
||||
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=X resource database manager
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
ExecStart=/usr/bin/xrdb -merge %h/.Xresources
|
||||
|
||||
[Install]
|
||||
WantedBy=xorg.target
|
||||
Reference in New Issue
Block a user