2024-03-11 02:51:33 +01:00
|
|
|
# ################
|
|
|
|
# ### MONITORS ###
|
|
|
|
# ################
|
2024-02-17 22:53:00 +01:00
|
|
|
|
|
|
|
# Should be configured per-profile
|
2025-02-03 18:29:47 +01:00
|
|
|
#monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 # above
|
|
|
|
monitor = HDMI-A-1, 1920x1080@60, 1920x1080, 1 # left
|
2024-02-17 22:53:00 +01: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 02:51:33 +01:00
|
|
|
# #####################
|
|
|
|
# ### GENERAL INPUT ###
|
|
|
|
# #####################
|
2024-02-17 22:53:00 +01:00
|
|
|
|
|
|
|
input {
|
|
|
|
kb_layout = us, sk
|
|
|
|
kb_variant = ,qwerty
|
|
|
|
kb_options = grp:alt_shift_toggle
|
|
|
|
|
|
|
|
numlock_by_default=true
|
|
|
|
|
|
|
|
follow_mouse = 1
|
|
|
|
touchpad {
|
2024-10-02 14:37:28 +02:00
|
|
|
# Sending LMB + RMB = MMB
|
|
|
|
middle_button_emulation = true
|
|
|
|
# I'm not natural
|
|
|
|
natural_scroll = false;
|
2024-02-17 22:53:00 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-02-19 01:29:39 +01:00
|
|
|
# vi: ft=hyprlang
|