Skip to content

Instantly share code, notes, and snippets.

View arya2004's full-sized avatar
🪡
exploring pharloom

Arya Pathak arya2004

🪡
exploring pharloom
View GitHub Profile
@arya2004
arya2004 / README.md
Created July 14, 2024 06:48
A guide and script to temporarily disable and enable the laptop keyboard while using an external keyboard in Linux Mint.

Step-by-Step Guide

  1. Identify Your Laptop Keyboard Device ID: Open a terminal and run:
    xinput list
    This command will display a list of all input devices connected to your system. Look for an entry that corresponds to your laptop keyboard, such as "AT Translated Set 2 keyboard" or something similar. Note down the device ID (e.g., 11).
@oliveratgithub
oliveratgithub / made-with-love.html
Last active July 4, 2025 09:08
Various snippets to add "Made with love" to your website using HTML, CSS and JavaScript
<!-- Example #1 - no styling -->
Made with ❤ in Switzerland
Made with ♥ in Switzerland
Made with ♡ in Switzerland
Made with ❤️ in Switzerland
Made with ♥️ in Switzerland
<!-- Example #2 - inline-styled ❤ -->
Made with <span style="color: #e25555;">&#9829;</span> in Switzerland
Made with <span style="color: #e25555;">&hearts;</span> in Switzerland