rettelser til keybindings cheat sheet

This commit is contained in:
2025-06-15 19:33:01 +02:00
parent 5794161c08
commit 8139d2d3ea
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Denne kommando finder alle linjer der starter med 'bind =',
# fjerner unødvendige tegn, og viser dem i wofi.
grep -oP '^bind\s*=\s*.*' ~/.config/hypr/hyprland.conf | \
sed -e 's/bind = //' -e 's/SUPER/WIN/' | \
wofi --show dmenu -p "Hyprland Keybindings"