diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-10-10 11:03:04 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-10-10 11:03:04 +0200 |
| commit | da5908fe194a2036dcd1b1d9af70159acca63063 (patch) | |
| tree | 7ca9628b3345c1888b0f340a40ab3e6ff1d52054 /config | |
| parent | 4f126573a547b5430962be6051b8705af281ff5a (diff) | |
checkpoint
Diffstat (limited to 'config')
| -rw-r--r-- | config/essentials/shell/aliases.sh | 5 | ||||
| -rwxr-xr-x | config/home/.xprofile | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/config/essentials/shell/aliases.sh b/config/essentials/shell/aliases.sh index c115b41..fb5b2b1 100644 --- a/config/essentials/shell/aliases.sh +++ b/config/essentials/shell/aliases.sh @@ -140,7 +140,7 @@ alias ss4='ss -tln4p' alias mdb='mariadb -u admin -ppass admindb' alias mdbw='mariadb -h 0.0.0.0 -u padmin -pbulbizarre padmindb' alias mdbwa='mariadb -h 10.3.50.5 -u padmin -pbulbizarre padmindb' -alias tmux='{ tmux list-sessions > /dev/null 2>&1 && tmux attach || tmux new-session; }' +alias tm='{ tmux list-sessions > /dev/null 2>&1 && tmux attach || tmux new-session; }' # ssh alias sha='ssh-add' @@ -331,7 +331,8 @@ then else alias pkg_list_files='pacman -Ql' alias pkg_search_local='pacman -Qs' - alias pkg_search_online='pacman -Ss' + alias pkg_search='pacman -Ss' alias pkg_install='doas pacman -S' alias pkg_search_owned='pkgfile' + alias pkg_info='pacman -Si' fi diff --git a/config/home/.xprofile b/config/home/.xprofile index 69388de..a2b55d8 100755 --- a/config/home/.xprofile +++ b/config/home/.xprofile @@ -37,11 +37,13 @@ then keyadd spacehb.net & fi +noisetorch -i & + gpu-screen-recorder \ -w screen \ -f 60 \ -c mkv \ - -a "default_output" \ + -a "default_output|default_input" \ -r 60 \ -replay-storage ram \ -restart-replay-on-save yes \ |
