Void Linux workstation powered by niri, Fish and NeoVim. Contains scripts, browser extensions, custom XBPS packages, and typst plugins. git.anhgelus.world/anhgelus/dotfiles
void niri fish neovim nvim vim dotfiles linux
at main 14 lines 272 B view raw
1#!/usr/bin/env bash 2 3env_file="$HOME/.config/controller-autostart-steam.env" 4 5. $env_file 6 7if [[ -f "$lockfile" ]]; then 8 echo "lockfile present" 9 exit 0 10fi 11 12touch "$lockfile" 13 14XDG_RUNTIME_DIR=/run/user/$(id -u $USER) systemctl --user start controller-steam.service