Skip to content

Instantly share code, notes, and snippets.

View allankayan's full-sized avatar

Allan Kayan allankayan

View GitHub Profile
@allankayan
allankayan / swap-to-vicinae.sh
Created November 1, 2025 17:43
Omarchy: Install Vicinae and Replace Default App Launcher/Emoji Picker
#!/bin/bash
# --- Configuration Variables ---
HYPR_CONFIG_DIR="$HOME/.config/hypr"
AUTOSTART_FILE="$HYPR_CONFIG_DIR/autostart.conf"
BINDINGS_FILE="$HYPR_CONFIG_DIR/bindings.conf"
echo "=========================================="
echo " Vicinae Hyprland Installation Script"
echo "=========================================="