lnk: added user

main
Bryan 2025-09-15 20:46:28 -06:00
parent 7ba859bb43
commit 33385a0dd9
13 changed files with 51 additions and 0 deletions

View File

@ -0,0 +1 @@
/opt/appimagelauncher.AppDir/usr/lib/systemd/user/appimagelauncherd.service

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
/usr/lib/systemd/user/appimagelauncherd.service

View File

@ -0,0 +1 @@
/home/bryan/.config/systemd/user/cortile.service

View File

@ -0,0 +1 @@
/home/bryan/.config/systemd/user/dcnnt.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/user/psd.service

View File

@ -0,0 +1 @@
/usr/lib/systemd/user/syncthing.service

View File

@ -0,0 +1 @@
/home/bryan/.config/systemd/user/caps2escape.service

View File

@ -0,0 +1 @@
/home/bryan/.config/systemd/user/xbindkeys.service

View File

@ -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
View File

@ -3,6 +3,7 @@
.config/qalculate/qalc.cfg
.config/starship.toml
.config/stew/stew.config.json
.config/systemd/user
.config/yazi/install-plugins
.local/share/stew/Stewfile.lock.json
.zsh_plugins.txt