Skip to content

Commit

Permalink
feat: start fusuma on user login
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif committed Mar 1, 2025
1 parent b205b5e commit b0462a1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
enable winblues-chezmoi.service
enable fusuma.service
10 changes: 10 additions & 0 deletions files/system/usr/lib/systemd/user/fusuma.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Unit]
Description=Multitouch gestures with libinput driver on Linux
After=graphical-session.target

[Service]
ExecStart=/usr/bin/fusuma
Restart=on-failure

[Install]
WantedBy=default.target

0 comments on commit b0462a1

Please sign in to comment.