diff options
| -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 |