mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 19:28:34 +02:00
10 lines
205 B
SYSTEMD
10 lines
205 B
SYSTEMD
|
[Unit]
|
||
|
Description=Miscellaneous settings for X11
|
||
|
PartOf=graphical-session.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/xset -b
|
||
|
ExecStart=/usr/bin/xsetroot -cursor_name left_ptr
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=false
|