Erich Heine
Erich Heine
## Description In the image below I start typing the function name, select the `compe` completion option from lsp. luasnip fills in the variable names for the arguments, and i...
Opinion poll - its been a while since the last release, and Procesing 3 is out. I just incorporated changes to handle the latest syntax (Thanks @crazymaster). Is it time...
The attr scratchpad_state is not present in ipc output of sway. It's unclear if it ever was there, but the last occurance of the string `scratchpad_state` in the sway repo...
When a node has marks set, they will be in a 'marks' key in the JSON node. The key is absent if no marks are set. This isn't documented in...
There's a few features folks are wanting that are "unstable" in i3 - particularly Node attributes and the like. Since i3 changes quite slowly, these attrs can be around for...
## Problem I have a [repo]( https://github.com/sophacles/extra-widgets) of some widgets I've generalized from a couple personal projects. Widgets: SytledList - Similar to `widgets::List`, the `StyledList` is a list widget. It...
Need to demo the actions with fancy gifs (and generally better document actions while I'm at it)
This would basicaly call the `exec` command after allocing a new workspace. This would largely just be a convenience thing because I think something like `bindsym $mod+x nop workspace alloc;...
Instead of sending the i3 commands over the socket, instead print them to stdout.