@abcdw Enjoy!
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
@dgoo2308
Thanks. Here are the relevant links to my remote repo at Codeberg.org:
https://codeberg.org/oxo/source/src/branch/main/function/text_appearance
https://codeberg.org/oxo/dotf/src/branch/main/zsh/.zshrc
@tuxedocomputers Just working on my commandline prompt!
And I recently started recording my struggles; https://qoto.org/@oxo/111272862677336008
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
@andros That emacs boottime ... :D
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
@tomheyes Had a pretty Mich same experience while coding today. Great star alignment!? Nice! :)
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