diff options
| author | Craig Jennings <c@cjennings.net> | 2026-02-11 12:23:50 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-02-11 12:23:50 -0600 |
| commit | c90d1d4983aeae103a32c22fa56958f76bbdb18a (patch) | |
| tree | e2fd7bb7bc46a275c29ee8368373de6d46a6001a /dotfiles/hyprland | |
| parent | 113c80b1143ef5de0380aa3467105eb94af26272 (diff) | |
| download | archsetup-c90d1d4983aeae103a32c22fa56958f76bbdb18a.tar.gz archsetup-c90d1d4983aeae103a32c22fa56958f76bbdb18a.zip | |
feat(hyprland): enable numlock on startup
Diffstat (limited to 'dotfiles/hyprland')
| -rw-r--r-- | dotfiles/hyprland/.config/hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dotfiles/hyprland/.config/hypr/hyprland.conf b/dotfiles/hyprland/.config/hypr/hyprland.conf index 54139af..8572dcf 100644 --- a/dotfiles/hyprland/.config/hypr/hyprland.conf +++ b/dotfiles/hyprland/.config/hypr/hyprland.conf @@ -108,6 +108,7 @@ cursor { input { kb_layout = us kb_options = ctrl:nocaps + numlock_by_default = true follow_mouse = 0 float_switch_override_focus = 0 mouse_refocus = false |
