aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/QuickEdit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/scripts/QuickEdit.sh')
-rwxr-xr-xconfig/hypr/scripts/QuickEdit.sh53
1 files changed, 0 insertions, 53 deletions
diff --git a/config/hypr/scripts/QuickEdit.sh b/config/hypr/scripts/QuickEdit.sh
deleted file mode 100755
index 9c7cdffc..00000000
--- a/config/hypr/scripts/QuickEdit.sh
+++ /dev/null
@@ -1,53 +0,0 @@
-#!/bin/bash
-
-defaultDir="$HOME/.config/hypr/configs"
-userDir="$HOME/.config/hypr/UserConfigs"
-
-menu(){
- printf "1. view Env-variables\n"
- printf "2. view Window-Rules\n"
- printf "3. view Startup_Apps\n"
- printf "4. view User-Keybinds\n"
- printf "5. view Monitors\n"
- printf "6. view Laptop-Keybinds\n"
- printf "7. view User-Settings\n"
- printf "8. view Default-Settings\n"
- printf "9. view Default-Keybinds\n"
-}
-
-main() {
- choice=$(menu | rofi -dmenu -config ~/.config/rofi/config-compact.rasi | cut -d. -f1)
- case $choice in
- 1)
- kitty -e nano "$userDir/ENVariables.conf"
- ;;
- 2)
- kitty -e nano "$userDir/WindowRules.conf"
- ;;
- 3)
- kitty -e nano "$userDir/Startup_Apps.conf"
- ;;
- 4)
- kitty -e nano "$userDir/UserKeybinds.conf"
- ;;
- 5)
- kitty -e nano "$userDir/Monitors.conf"
- ;;
- 6)
- kitty -e nano "$userDir/Laptops.conf"
- ;;
- 7)
- kitty -e nano "$userDir/UserSettings.conf"
- ;;
- 8)
- kitty -e nano "$defaultDir/Settings.conf"
- ;;
- 9)
- kitty -e nano "$defaultDir/Keybinds.conf"
- ;;
- *)
- ;;
- esac
-}
-
-main \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage