Skip to content

Instantly share code, notes, and snippets.

-- scripts/hyprdvd.lua — DVD bouncing windows with inter-window collision
-- usage:
-- local dvd = require("scripts.hyprdvd")
-- hl.bind("SUPER + Y", function()
-- dvd.toggle()
-- end)
local M = {}
local SPEED = 3
@opalmay
opalmay / install-gnome.sh
Last active April 19, 2026 08:25 — forked from filipkania/install-gnome.sh
Install GNOME 40 on your Pop-OS! 21.04 (updated)
#!/bin/sh
# This has been forked to work with pop 21.04.
# Keep in mind this will delete the existing POP de and replace it with gnome 40.
# You should still be able to enable the POP theme and extentions.
# If you aren't sure of the implications you can always try it in a vm first.
#
# Please, create recovery usb before installing it.
# You're using it on your own risk.