Skip to content

Instantly share code, notes, and snippets.

View MaxCan-Code's full-sized avatar
😂
👌😂👌💯💯🔥🔥

MaxCan-Code

😂
👌😂👌💯💯🔥🔥
View GitHub Profile
@MaxCan-Code
MaxCan-Code / _swaymsg
Last active April 28, 2024 13:46 — forked from rpigott/_swaymsg
swaymsg zsh completions w/ sway command completion
#compdef swaymsg
typeset -A opt_args
__swaymsg() {
# Reuse socket path from command line if present
swaymsg ${(kv)opt_args[(I)-s|--socket]} "$@" 2>/dev/null
}
# _sway
# sway ipc {{{