rettelser til keybindings cheat sheet
This commit is contained in:
7
templates/hypr-keys.sh.j2
Normal file
7
templates/hypr-keys.sh.j2
Normal 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"
|
||||
Reference in New Issue
Block a user