diff --git a/.config/systemd/user/appimagelauncherd.service b/.config/systemd/user/appimagelauncherd.service new file mode 120000 index 0000000..4f41535 --- /dev/null +++ b/.config/systemd/user/appimagelauncherd.service @@ -0,0 +1 @@ +/opt/appimagelauncher.AppDir/usr/lib/systemd/user/appimagelauncherd.service \ No newline at end of file diff --git a/.config/systemd/user/caps2escape.service b/.config/systemd/user/caps2escape.service new file mode 100644 index 0000000..0dee2e2 --- /dev/null +++ b/.config/systemd/user/caps2escape.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 diff --git a/.config/systemd/user/cortile.service b/.config/systemd/user/cortile.service new file mode 100644 index 0000000..c9200eb --- /dev/null +++ b/.config/systemd/user/cortile.service @@ -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 diff --git a/.config/systemd/user/dcnnt.service b/.config/systemd/user/dcnnt.service new file mode 100644 index 0000000..78bfba0 --- /dev/null +++ b/.config/systemd/user/dcnnt.service @@ -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 diff --git a/.config/systemd/user/default.target.wants/appimagelauncherd.service b/.config/systemd/user/default.target.wants/appimagelauncherd.service new file mode 120000 index 0000000..686d96b --- /dev/null +++ b/.config/systemd/user/default.target.wants/appimagelauncherd.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/appimagelauncherd.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/cortile.service b/.config/systemd/user/default.target.wants/cortile.service new file mode 120000 index 0000000..a43589b --- /dev/null +++ b/.config/systemd/user/default.target.wants/cortile.service @@ -0,0 +1 @@ +/home/bryan/.config/systemd/user/cortile.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/dcnnt.service b/.config/systemd/user/default.target.wants/dcnnt.service new file mode 120000 index 0000000..5606242 --- /dev/null +++ b/.config/systemd/user/default.target.wants/dcnnt.service @@ -0,0 +1 @@ +/home/bryan/.config/systemd/user/dcnnt.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/psd.service b/.config/systemd/user/default.target.wants/psd.service new file mode 120000 index 0000000..6f74548 --- /dev/null +++ b/.config/systemd/user/default.target.wants/psd.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/psd.service \ No newline at end of file diff --git a/.config/systemd/user/default.target.wants/syncthing.service b/.config/systemd/user/default.target.wants/syncthing.service new file mode 120000 index 0000000..d55cc27 --- /dev/null +++ b/.config/systemd/user/default.target.wants/syncthing.service @@ -0,0 +1 @@ +/usr/lib/systemd/user/syncthing.service \ No newline at end of file diff --git a/.config/systemd/user/graphical-session.target.wants/caps2escape.service b/.config/systemd/user/graphical-session.target.wants/caps2escape.service new file mode 120000 index 0000000..90f0623 --- /dev/null +++ b/.config/systemd/user/graphical-session.target.wants/caps2escape.service @@ -0,0 +1 @@ +/home/bryan/.config/systemd/user/caps2escape.service \ No newline at end of file diff --git a/.config/systemd/user/graphical-session.target.wants/xbindkeys.service b/.config/systemd/user/graphical-session.target.wants/xbindkeys.service new file mode 120000 index 0000000..abc93e3 --- /dev/null +++ b/.config/systemd/user/graphical-session.target.wants/xbindkeys.service @@ -0,0 +1 @@ +/home/bryan/.config/systemd/user/xbindkeys.service \ No newline at end of file diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service new file mode 100644 index 0000000..eda337e --- /dev/null +++ b/.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 diff --git a/.lnk b/.lnk index 453e133..4b2d767 100644 --- a/.lnk +++ b/.lnk @@ -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