aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-07-19 20:02:25 +0500
committerGitHub <noreply@github.com>2024-07-19 20:02:25 +0500
commitfc555c0dd859fef23edd27fdf885887057c95c09 (patch)
treeaf02ef226f0f47e1ebed048cabaaffb308c48046 /config
parent54204aec73e716e8b23935f559025c729932d761 (diff)
parent99316fb7d70e39ef799725a580f1f2a38cd799a4 (diff)
Merge pull request #386 from ningen/QuickEdit-Support-EDITOR
feat: Use $EDITOR and nano if not set
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/UserScripts/QuickEdit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/QuickEdit.sh b/config/hypr/UserScripts/QuickEdit.sh
index cd604619..8864a30c 100755
--- a/config/hypr/UserScripts/QuickEdit.sh
+++ b/config/hypr/UserScripts/QuickEdit.sh
@@ -2,7 +2,7 @@
# Rofi menu for Quick Edit / View of Settings (SUPER E)
# define your preferred text editor and terminal to use
-editor=nano
+editor=${EDITOR:-nano}
tty=kitty
configs="$HOME/.config/hypr/configs"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage