dotfiles/home/.config/hypr/input.conf

32 lines
670 B
Plaintext
Raw Normal View History

2024-03-11 01:51:33 +00:00
# ################
# ### MONITORS ###
# ################
2024-02-17 21:53:00 +00:00
# Should be configured per-profile
monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 # above
#monitor = HDMI-A-1, 1920x1080@60, 1920x1080, 1 # left
2024-02-17 21:53:00 +00:00
monitor = eDP-1, 1920x1200@60, 0x1080, 1
monitor = , preferred, auto, 1
# Mirror the primary (laptop) monitor on externals
# monitor= , preferred, auto, 1, mirror, eDP-1
2024-03-11 01:51:33 +00:00
# #####################
# ### GENERAL INPUT ###
# #####################
2024-02-17 21:53:00 +00:00
input {
kb_layout = us, sk
kb_variant = ,qwerty
kb_options = grp:alt_shift_toggle
numlock_by_default=true
follow_mouse = 1
touchpad {
middle_button_emulation = true
}
}
# vi: ft=hyprlang