mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/hypr/hyprland.conf Update .config/hypr/hyprland/decoration.conf Update .config/hypr/hyprland/input.conf Update .config/hypr/hyprland/monitors.conf Update .config/nvim/lazy-lock.json Update .config/nvim/lua/nvim_is_strange/plugins/lsp.lua Update .config/waybar/style.css
25 lines
428 B
Plaintext
25 lines
428 B
Plaintext
input {
|
|
kb_layout = pl
|
|
kb_variant =
|
|
kb_model =
|
|
kb_options = caps:escape_shifted_capslock
|
|
kb_rules =
|
|
|
|
follow_mouse = 1
|
|
left_handed = true
|
|
|
|
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
|
|
|
touchpad {
|
|
natural_scroll = true
|
|
}
|
|
}
|
|
|
|
cursor {
|
|
no_hardware_cursors = true
|
|
inactive_timeout = 5
|
|
warp_on_change_workspace = 1
|
|
zoom_factor = 1.0
|
|
hide_on_key_press = 1
|
|
}
|