diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-03 17:24:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 17:24:42 -0400 |
| commit | 91a5e13cd3393739a5fdb8ac56f626de4b2b6f3a (patch) | |
| tree | 5d42360a163e9e632ff9ebd440b883bf43ed2bf4 | |
| parent | b6403a91781ab071f9efce4657cee81472afb66b (diff) | |
| parent | 66468a537b5158d3c96963ee8f0fb1cd6fdf3325 (diff) | |
Merge pull request #830 from JaKooLit/ddubs-dropdown-upd
Update Startup_Apps.conf improve dropdown verified that with the change the drop down activates immediately after login. Otherwise you have to do the keybind several times. Going to hard code keybind to kitty also.
| -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 |
