diff options
| author | Blaster4385 <[email protected]> | 2025-08-15 15:04:34 +0530 |
|---|---|---|
| committer | Blaster4385 <[email protected]> | 2025-08-15 15:04:34 +0530 |
| commit | addbb7a93bf327b3f4f445805722039df457c145 (patch) | |
| tree | b0f277cb4752f8eb1f0ae31f2aca733fb555cb63 | |
| parent | 6af657af074bbcd82cc77bef9456362bbbf5d495 (diff) | |
feat:updated hyprland config
| -rw-r--r-- | hypr/autostart.conf | 2 | ||||
| -rw-r--r-- | hypr/input.conf | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/hypr/autostart.conf b/hypr/autostart.conf index 35b8629..1106b4e 100644 --- a/hypr/autostart.conf +++ b/hypr/autostart.conf @@ -8,3 +8,5 @@ exec = uwsm app -- ~/.config/waybar/launch.sh exec-once = uwsm app -- hypridle exec-once = uwsm app -- hyprpm reload -n exec-once = uwsm app -- wl-paste --watch cliphist store & +exec-once = uwsm app -- zmk-battman & +exec-once = xrandr --output HDMI-A-1 --primary diff --git a/hypr/input.conf b/hypr/input.conf index 634ce14..2578a38 100644 --- a/hypr/input.conf +++ b/hypr/input.conf @@ -1,3 +1,7 @@ +cursor { +inactive_timeout = 5 +} + input { kb_layout = us follow_mouse = 1 |