aboutsummaryrefslogtreecommitdiff
path: root/dotfiles
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
commit83b7f75b4e95ecd6d586c87528382fe76dc15702 (patch)
treeb72671fa3c9a2d635a7cf4c3f6ea87fb1122fc05 /dotfiles
parente6dfd0283e86e67fb2ad02151866cd9209c959d1 (diff)
downloadarchsetup-83b7f75b4e95ecd6d586c87528382fe76dc15702.tar.gz
archsetup-83b7f75b4e95ecd6d586c87528382fe76dc15702.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')
-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
}
# ============================================================================