From 477d48681852a8cf81789ab3bf91216d793c5a2d Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 22 May 2024 17:57:58 +0200 Subject: [PATCH] Updates --- hypr/scripts/keybindings.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hypr/scripts/keybindings.sh b/hypr/scripts/keybindings.sh index c66afb6..bcf5dff 100755 --- a/hypr/scripts/keybindings.sh +++ b/hypr/scripts/keybindings.sh @@ -25,8 +25,7 @@ echo "Reading from: $config_file" # 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') - +keybinds=$(echo "$keybinds" | sed 's/$mainMod/SUPER/g'| sed 's/,\([^,]*\)$/ = \1/' | sed 's/, exec//g' | sed 's/^,//g') # ----------------------------------------------------- # Show keybindings in rofi # -----------------------------------------------------