Skip to content

Instantly share code, notes, and snippets.

@pascalpoitras
pascalpoitras / config.md
Last active June 6, 2024 13:09
My WeeChat configuration

WeeChat Screenshot

Mouse


enable


@not-fl3
not-fl3 / xmonad.md
Last active October 19, 2022 20:47

I used ion3 and later notion for a while and got used with its tiling style. It looked like this:

ion3

Idea is pretty simple - by default all new windows is adding to current frame as a tab. And current frame may be splitted horisontal/vertical. The Ion3's tiling is static - frames stays splitted even after window is closed. You can think about it as emacs's windows(ion's frame) and buffers(X's window). You can split window whatever you like and put any buffer to any window.

Ion3 was abandoned since 2009 and its successor "notion" did not change it much. My configs from 2008 still works pretty fine :)

I was always intrested in Xmonad project. First of all Xmonad's with Xmobar default theme looks pretty cool and its enough for me to check it. I tried Xmonad (and actually most of the other tiling WMs) many times, but always got back to notion. At this time I decided to take ion's tiling style with me to XMonad.

@mohanpedala
mohanpedala / bash_strict_mode.md
Last active June 20, 2024 03:04
set -e, -u, -o, -x pipefail explanation