5 lines
135 B
Bash
5 lines
135 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
/home/megnas/.scripts/hyprland-parse.py /home/megnas/.config/hypr/hyprland.conf | wofi --dmenu -p "Hyprland Keybinds" -i
|
||
|
|
|