lnk: added user
parent
7ba859bb43
commit
33385a0dd9
|
|
@ -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
|
||||
Loading…
Reference in New Issue