aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2023-11-06 22:37:02 +0900
committerJaKooLit <jimmielovejay@gmail.com>2023-11-06 22:37:02 +0900
commit8d33b92be07a70626083f00e290c7c27778eac05 (patch)
treeea22300e47d3132670034e1fc1acf21530e1009b
parent4880663612f2df4cbf34e22c8e7a4db3c47eaf5f (diff)
clean up
-rwxr-xr-xconfig/hypr/scripts/keybindings.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/config/hypr/scripts/keybindings.sh b/config/hypr/scripts/keybindings.sh
deleted file mode 100755
index b6ee6e25..00000000
--- a/config/hypr/scripts/keybindings.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/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" \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage