Skip to content

Instantly share code, notes, and snippets.

View enpinzolas's full-sized avatar
🖥️
Working

Eneko enpinzolas

🖥️
Working
View GitHub Profile
@enpinzolas
enpinzolas / README.md
Last active February 16, 2026 17:58
KDE configuration to run alacritty in drop-down mode

This idea is absed on the following snippet for wezterm: https://gitlab.com/-/snippets/4798512

This should work with most terminals, as long as they allow for custom titles or if you don't mind using them only in dropdown mode.

The idea is to create a down rule that forces the window to stay in the position you want, and to create a script using kdotool to execute the terminal if it's not running, and minimize/show it if it's running.

This should also work in x11 with minimal changes. I personally like for the terminal to stay on top always, and for the keybind to hide/show it, regardless of my current focus since I work with two monitors and the first press gaining

curl -L -o ${filename} "https://drive.google.com/uc?export=download&id=${fileid}"
@enpinzolas
enpinzolas / profiles.json
Created December 18, 2019 07:50
Windows terminal configuration
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
"copyOnSelect": true,
"requestedTheme": "dark",