mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 03:38:33 +02:00
12 lines
265 B
SYSTEMD
12 lines
265 B
SYSTEMD
|
[Unit]
|
||
|
Description=Miscellaneous settings for X11
|
||
|
PartOf=graphical-session.target
|
||
|
After=ssh-agent.service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/xset -b
|
||
|
ExecStart=/usr/bin/xsetroot -cursor_name left_ptr
|
||
|
ExecStart=%h/.config/i3/bin/ssh-add
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|