mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-29 04:00:42 +00:00
Major rewrite: switching back to Arch from NixOS
This commit is contained in:
parent
df585b737b
commit
254181c0fc
121 changed files with 5433 additions and 2371 deletions
|
@ -5,9 +5,9 @@ After=eww.service
|
|||
PartOf=eww.service
|
||||
|
||||
[Service]
|
||||
ExecStartPre=/usr/local/bin/eww ping
|
||||
ExecStart=/usr/local/bin/eww open %i
|
||||
ExecStop=/usr/local/bin/eww close %i
|
||||
ExecStartPre=/usr/bin/eww ping
|
||||
ExecStart=/usr/bin/eww open %i
|
||||
ExecStop=/usr/bin/eww close %i
|
||||
Type=oneshot
|
||||
RemainAfterExit=true
|
||||
Restart=on-failure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue