aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/keybindings.sh
blob: b6ee6e25830c709e4bb12889cb8a6ba6f1d081d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash

# Define keybindings.conf location
# ----------------------------------------------------- 
config_file="~/.config/hypr/configs/Keybinds.conf"

# ----------------------------------------------------- 
# Parse keybindings
# ----------------------------------------------------- 
keybinds=$(grep -oP '(?<=bind = ).*' $config_file)
keybinds=$(echo "$keybinds" | sed 's/$mainMod/SUPER/g'|  sed 's/,\([^,]*\)$/ = \1/' | sed 's/, exec//g' | sed 's/^,//g')

# ----------------------------------------------------- 
# Show keybindings in rofi
# ----------------------------------------------------- 
rofi -dmenu -p "Keybinds" -config ~/.config/rofi/config-short <<< "$keybinds"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage