Skip to content

Instantly share code, notes, and snippets.

View NyanCatForEver's full-sized avatar

Nyan NyanCatForEver

  • France
  • 20:01 (UTC +01:00)
View GitHub Profile
@NyanCatForEver
NyanCatForEver / screenshot_utility.conf
Last active November 1, 2025 12:10
Wayland screenshot utility, using fuzzel, grim and slurp (works best on Hyprland)
# Hyprland configuration for screenshot_utility
bind = , Print, exec, screenshot_utility
bind = ALT, Print, exec, screenshot_utility fullscreen
bind = SHIFT, Print, exec, screenshot_utility region_or_window
bind = CTRL, Print, exec, screenshot_utility active_window
layerrule = noanim, ^(screenshot_utility)$
layerrule = noanim, ^(selection)$ # slurp
@NyanCatForEver
NyanCatForEver / crostini-mesa3d-vulkan-setup.md
Last active November 27, 2024 19:56
Setting up Mesa 3D with Vulkan support in the ChromeOS Linux environment

Setting up Mesa 3D with Vulkan support in the ChromeOS Linux environment

  1. Set Chrome flag "Crostini GPU Support" to "Enabled" in chrome://flags/#crostini-gpu-support and restart

  2. Enable 32 bit packages and install python and meson

sudo dpkg --add-architecture i386
sudo apt update -y
sudo apt install -y micro python3-pip 
sudo pip install --break-system-packages meson