aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-09-30 13:02:56 -0400
committerGitHub <noreply@github.com>2025-09-30 13:02:56 -0400
commita38599d1a0d70ed182b671bed47fefba1168dead (patch)
tree0a7efe7ddd66e939dfd9035dce7937b931570731 /config
parentb4e0fda59b10440006b0a7bea5d8c0419d016eb0 (diff)
Update Startup_Apps.conf improve dropdown
See bug 810 https://github.com/JaKooLit/Hyprland-Dots/issues/810#issuecomment-3351947644 85% of the time when trying to use the keybindings for the drop down terminal, including custom keybindings, it hides the application in the background, or brings an app in a different workspace into the current one, instead of the terminal popping up. I tested this and it works well for me
Diffstat (limited to 'config')
-rw-r--r--config/hypr/UserConfigs/Startup_Apps.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf
index f8af55e4..7b668b77 100644
--- a/config/hypr/UserConfigs/Startup_Apps.conf
+++ b/config/hypr/UserConfigs/Startup_Apps.conf
@@ -20,6 +20,10 @@ exec-once = swww-daemon --format xrgb
exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
+# Initialize Drop Down terminal - See Bug#810 https://github.com/JaKooLit/Hyprland-Dots/issues/810#issuecomment-3351947644
+exec-once = $HOME/.config/hypr/scripts/Dropterminal.sh kitty &
+
+
# Polkit (Polkit Gnome / KDE)
exec-once = $scriptsDir/Polkit.sh
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage