Finally got it to work: smart spawning of terminal containers within sway. Floating container with terminal spawning in $PWD was a tough one. Caveat: ```exec --no-startup-id```
#linix #swaywm #commandline
https://codeberg.org/oxo/dotf/src/branch/main/sway/code/term_spawn
Trying to get better at presenting in English; while creating an easy git status prompt. Hope you'll enjoy the video!
#linux #bash #commandline #dotfiles #git #prompt
https://video.hardlimit.com/w/w6v1pZNDPkHrmbrGePY7WH
[Faster (u)mount of devices with mountr - lds_003 - Hardlimit](https://video.hardlimit.com/w/qpWDYNPSzyKUhW2FLkEqRu)
Second video is out. About my sway wm tiling and floating window setup. https://video.hardlimit.com/w/c75xUQGGpMtHw2Y2y19dC9
#linux #swaywm #wayland
Linux random struggles s01e01
https://video.hardlimit.com/w/h4zHpa3CpWs7tzo5mpwd3F?autoplay=1
#linux #bash #cli
24 bits rgb hexadecimal color codes directly from z-shell printf.
https://codeberg.org/oxo/source/src/branch/main/function/text_appearance
#linux #commandline #zsh
Very happy with my improved sway configuration. With edge and corner snapping floating windows. Not that I often use those, but ever so nice!
https://codeberg.org/oxo/dotf/src/branch/main/sway
#swaywm #wayland #windowmanager
After ironing out the last bugs, cryptr is now fully functional. Encryption, decryption, multiple files and/or directories, gpg, openssl and cipher cascading. All with a simple uniform syntax:
cryptr $source(s) $destination
https://codeberg.org/oxo/tool/src/branch/main/cryptr
#linux #bash #script #tool #cryptr #gnupg #openssl #cascade
We can see you coming down the ladder now. #zsa #moonlander #keyboard #layout
https://configure.zsa.io/moonlander/layouts/NZWR6/latest/0
The programs passr, vault and mountr (when mounting vaults) are simplified. They now invoke pwgn by default.
Disable this behavior by setting the environmental variable PWGN_OFF i.e. with ```export PWGN_OFF=1```.
Enable it again with ```unset PWGN_OFF```.
Check out these programs here: https://codeberg.org/oxo/tool
#linux #bash #script
Hajime is upgraded with better lvm2 integration via make_recov (see tool repo).
https://codeberg.org/oxo/hajime
#linux #archlinux #installation #script
Searched a lot for a terminal scrollback buffer capturing tool. I.e. to extract file locations or URLs. Never found a satisfactory solution.
Therefore today I developed an alpha version based on a interesting concept depending on #alacrity and #ydotool.
Alternative suggestions more than welcome!
https://codeberg.org/oxo/tool/src/branch/main/yank_buffer
#linux #bash #script
Created a modifiable swaybar by changing the i3blocks config file with git switch!
https://codeberg.org/oxo/dotf/src/branch/main/sway/bar/blocks/show/config
#linux #wayland #swaywm
Trash now protects against removal of parent directories.
https://codeberg.org/oxo/tool/src/branch/main/trash
#linux #bash #trash
Passr can now hold an object in persistent mode.
https://codeberg.org/oxo/tool/src/branch/main/passr
#linux #bash #passwordmanagers #passr