mirror of
https://github.com/Foltik/dotfiles
synced 2024-11-24 20:27:22 -05:00
14 lines
246 B
Desktop File
14 lines
246 B
Desktop File
[Unit]
|
|
Description=i3 Window Manager
|
|
After=x11@%i.target
|
|
Requisite=x11@%i.target
|
|
|
|
[Service]
|
|
Environment=DISPLAY=:%i
|
|
Type=simple
|
|
ExecStart=/usr/bin/env bash -c 'exec 8>%t/x11-wm@%i; exec i3'
|
|
SyslogIdentifier=i3
|
|
|
|
[Install]
|
|
RequiredBy=x11@%i.target
|