I hereby claim:
- I am ig0rsky on github.
- I am ig0rsky (https://keybase.io/ig0rsky) on keybase.
- I have a public key ASCdx41qRLQocH0FWKUrvoc5IKwk_Tm4h0cIYtiin1FTgAo
To claim this, I am signing this object:
#!/bin/bash | |
# The default logic for creating and destroying OS-level desktops is not user-friendly. | |
# We're implementing the following the logic: | |
# 1. Always create the new desktop next to the currently focused one. | |
# 2. When destroying the currently focused desktop, switch the focus to the nearest sibling. | |
index=$(jq -r '.[0].index ' < <(yabai -m query --spaces --window )) | |
prev_space=$(( index-1 )) | |
next_space=$(( index+1 )) | |
spaces=$(jq -r ' sort_by(.index) | .[-1].index + 1' < <(yabai -m query --spaces --display)) |
#!/usr/bin/env bash | |
function log () { | |
printf "%s %s\n" "->" "$1" | |
} | |
log "Updating all asdf-plugin remotes..." | |
asdf plugin update --all |
I hereby claim:
To claim this, I am signing this object: