diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-09-30 13:02:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-30 13:02:56 -0400 |
| commit | a38599d1a0d70ed182b671bed47fefba1168dead (patch) | |
| tree | 0a7efe7ddd66e939dfd9035dce7937b931570731 /config/hypr/UserConfigs | |
| parent | b4e0fda59b10440006b0a7bea5d8c0419d016eb0 (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/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 4 |
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 |
