Skip to content

Instantly share code, notes, and snippets.

View crispyricepc's full-sized avatar
😛

Ben Mitchell crispyricepc

😛
View GitHub Profile
@crispyricepc
crispyricepc / install-instructions.md
Last active April 29, 2024 08:15
wlprop - An xprop clone for wlroots based compositors

Dependencies

Make sure you have installed the following commands:

  • swaymsg
  • jq
  • slurp
  • awk

Installation

@crispyricepc
crispyricepc / Run VSCode as Sudo.md
Last active May 4, 2021 12:55
Run VSCode as sudo

Simply curl this gist to ~/.local/bin and run chmod +x ~/.local/bin/pseudocode. Like so:

curl https://gist.githubusercontent.com/CRISPYricePC/e3b144dc1cfc3735451249a85b2aec77/raw/9db6ef79911d227f39d69c0895f7c7eaff22f0da/pseudocode > ~/.local/bin/pseudocode
chmod +x ~/.local/bin/pseudocode