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 | 843f79b18be8bc00a29ebf14a9a0bd38bfb22d8a (patch) | |
| tree | 61353ec1a7b497796f61f30ac911321d7ccea5b5 /dotfiles | |
| parent | efd4579fc5a664ee6a5ba5683dd94284b099e1c1 (diff) | |
| download | archsetup-843f79b18be8bc00a29ebf14a9a0bd38bfb22d8a.tar.gz archsetup-843f79b18be8bc00a29ebf14a9a0bd38bfb22d8a.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 |
