lnk: added systemd
parent
ab8bb27543
commit
ed8aa70cc5
|
|
@ -0,0 +1 @@
|
||||||
|
/opt/appimagelauncher.AppDir/usr/lib/systemd/user/appimagelauncherd.service
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Exchange Capslock with Esc
|
||||||
|
After=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/bryan/scripts/caps2escape
|
||||||
|
Type=oneshot
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=window tiling manager
|
||||||
|
After=graphical.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/bryan/.local/bin/cortile
|
||||||
|
Restart=always
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Device Connect
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/home/bryan/.local/bin/dcnnt start
|
||||||
|
ExecStop=/home/bryan/.local/bin/dcnnt stop
|
||||||
|
RemainAfterExit=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=default.target
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/appimagelauncherd.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/home/bryan/.config/systemd/user/cortile.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/home/bryan/.config/systemd/user/dcnnt.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/psd.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/usr/lib/systemd/user/syncthing.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/home/bryan/.config/systemd/user/caps2escape.service
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
/home/bryan/.config/systemd/user/xbindkeys.service
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
[Unit]
|
||||||
|
Description=XBindKeys
|
||||||
|
After=graphical-session.target
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
ExecStart=/usr/bin/xbindkeys -n -f "${HOME}/.config/xbindkeys/xbindkeysrc"
|
||||||
|
Reload=killall -HUP xbindkeys
|
||||||
|
Restart=always
|
||||||
|
RestartSec=1
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=graphical-session.target
|
||||||
1
.lnk
1
.lnk
|
|
@ -3,6 +3,7 @@
|
||||||
.config/qalculate/qalc.cfg
|
.config/qalculate/qalc.cfg
|
||||||
.config/starship.toml
|
.config/starship.toml
|
||||||
.config/stew/stew.config.json
|
.config/stew/stew.config.json
|
||||||
|
.config/systemd
|
||||||
.config/yazi/install-plugins
|
.config/yazi/install-plugins
|
||||||
.local/share/stew/Stewfile.lock.json
|
.local/share/stew/Stewfile.lock.json
|
||||||
.zsh_plugins.txt
|
.zsh_plugins.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue