mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-28 04:20:03 +02:00
systemd: remove all [Install] sections
Instead, we explicitely set dependencies in our own graphical-session@.target.
This commit is contained in:
parent
2e9fa46f2f
commit
47368b46dc
10 changed files with 0 additions and 30 deletions
|
@ -7,6 +7,3 @@ Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/autorandr --change --default default
|
ExecStart=/usr/bin/autorandr --change --default default
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -9,6 +9,3 @@ ExecStart=/usr/bin/compton --backend glx \
|
||||||
--xrender-sync-fence \
|
--xrender-sync-fence \
|
||||||
--vsync opengl-swc \
|
--vsync opengl-swc \
|
||||||
--paint-on-overlay
|
--paint-on-overlay
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -7,6 +7,3 @@ Environment=DISPLAY=%I
|
||||||
ExecStartPre=/usr/bin/setxkbmap us
|
ExecStartPre=/usr/bin/setxkbmap us
|
||||||
ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event
|
ExecStart=%h/bin/inputplug -0 -c %h/.config/awesome/bin/input-event
|
||||||
Type=forking
|
Type=forking
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -8,6 +8,3 @@ ExecStart=/usr/bin/xset -b
|
||||||
ExecStart=/usr/bin/numlock on
|
ExecStart=/usr/bin/numlock on
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=false
|
RemainAfterExit=false
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/nm-applet
|
ExecStart=/usr/bin/nm-applet
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
ExecStart=/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/redshift -l 2.35:48.87 -t 6500:3900
|
ExecStart=/usr/bin/redshift -l 2.35:48.87 -t 6500:3900
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/xiccd --edid
|
ExecStart=/usr/bin/xiccd --edid
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
ExecStart=/usr/bin/xsettingsd -c %h/.xsettingsd
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
|
@ -5,6 +5,3 @@ PartOf=graphical-session@%i.target
|
||||||
[Service]
|
[Service]
|
||||||
Environment=DISPLAY=%I
|
Environment=DISPLAY=%I
|
||||||
ExecStart=%h/.config/awesome/bin/xss-lock start
|
ExecStart=%h/.config/awesome/bin/xss-lock start
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=graphical-session@%i.target
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue