mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Use just to manage specific configs
This commit is contained in:
parent
b817007986
commit
ee793c54af
15 changed files with 471 additions and 288 deletions
13
platforms/linux/systemd/user/emacs-daemon.service
Normal file
13
platforms/linux/systemd/user/emacs-daemon.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Emacs text editor
|
||||
Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/emacs --daemon
|
||||
ExecStop=/usr/bin/emacsclient --eval "(kill-emacs)"
|
||||
Environment=SSH_AUTH_SOCK=%t/keyring/ssh
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
13
platforms/linux/systemd/user/keyd-app.service
Normal file
13
platforms/linux/systemd/user/keyd-app.service
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[Unit]
|
||||
Description=Keyd Application Specific Mapping
|
||||
Documentation=man:keyd-application-mapper(1) https://github.com/rvaiya/keyd
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
ExecStart=/usr/bin/keyd-application-mapper -d
|
||||
ExecStop=pkill keyd-applicatio
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue