diff options
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 | ||||
| -rw-r--r-- | todo.org | 5 |
2 files changed, 4 insertions, 2 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 } # ============================================================================ @@ -121,8 +121,9 @@ The script handles edge cases gracefully, provides detailed error messages with *** TODO [#A] Make Hyprland Bulletproof and Comfy -**** TODO [#B] new master windows do not have focus -When opening a new window, it now takes the main position in the tile mode. This is good. However, it doesn't have focus. This is not good. When opening a new window, it should both open in the first position and also have focus. +**** DONE [#B] new master windows do not have focus +CLOSED: [2026-01-27 Tue] +Added focus_on_activate = true to misc section in hyprland.conf. **** TODO [#B] screenshot functionality should leave path of last image in the clipboard ready to paste. **** TODO [#B] screenshot functionality should also bind shift printscreen to select region. |
