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 | 470ab15e6f15ab8d8ec247e73a8e18378119aa71 (patch) | |
| tree | e2fd7bb7bc46a275c29ee8368373de6d46a6001a /dotfiles | |
| parent | b90a01fce77830afa0d2942118dc1261339c3710 (diff) | |
| download | archsetup-470ab15e6f15ab8d8ec247e73a8e18378119aa71.tar.gz archsetup-470ab15e6f15ab8d8ec247e73a8e18378119aa71.zip | |
feat(hyprland): enable numlock on startup
Diffstat (limited to 'dotfiles')
| -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 |
