aboutsummaryrefslogtreecommitdiff
path: root/dotfiles/hyprland
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 07:32:59 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 07:32:59 -0600
commit2f4359d7d5762312735b3d24f87c7577d55d3ffa (patch)
tree7a5fc8fdda5f954a19df7fec19b71e6fba377a13 /dotfiles/hyprland
parentaaf51023a5ef956e67824b427c5374a2ad310deb (diff)
downloadarchsetup-2f4359d7d5762312735b3d24f87c7577d55d3ffa.tar.gz
archsetup-2f4359d7d5762312735b3d24f87c7577d55d3ffa.zip
fix(hyprland): focus new windows when they open
Added focus_on_activate = true to misc section so new windows spawning as master receive keyboard focus immediately.
Diffstat (limited to 'dotfiles/hyprland')
-rw-r--r--dotfiles/hyprland/.config/hypr/hyprland.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf
index 8f01d44..133c79e 100644
--- a/dotfiles/hyprland/.config/hypr/hyprland.conf
+++ b/dotfiles/hyprland/.config/hypr/hyprland.conf
@@ -101,6 +101,7 @@ input {
misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
+ focus_on_activate = true
}
# ============================================================================