Add screenshot and color picker for sway

This commit is contained in:
askiiart 2023-11-30 18:19:56 -06:00
parent 037a3988fc
commit 974c0c0a39
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
13 changed files with 114 additions and 78 deletions

View file

@ -3,7 +3,7 @@ if status is-interactive
set -x GPG_TTY (tty)
set -x SSH_AUTH_SOCK (gpgconf --list-dirs agent-ssh-socket)
set -x EDITOR nvim
set -x DOCKER_HOST unix:///run/user/1000/docker.sock
set -x DOCKER_HOST unix://$XDG_RUNTIME_DIR/docker.sock
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye
end
end