mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-07-22 13:00:03 +00:00
36 lines
835 B
Text
36 lines
835 B
Text
# ################
|
|
# ### MONITORS ###
|
|
# ################
|
|
|
|
# Should be configured per-profile
|
|
monitor = desc:Microstep MSI MAG 256F BC1H174600235, 1920x1080@120, 1920x0, 1 # left
|
|
monitor = desc:AOC 2260WG5 KBEH81A000795, 1920x1080@60, 1920x0, 1, # left
|
|
|
|
monitor = eDP-1, 1920x1200@60, 0x0, 1
|
|
|
|
# Mirror the primary (laptop) monitor on externals
|
|
#monitor= , preferred, auto, 1, mirror, eDP-1
|
|
# Extend on externals
|
|
monitor = , preferred, auto, 1,
|
|
|
|
# #####################
|
|
# ### GENERAL INPUT ###
|
|
# #####################
|
|
|
|
input {
|
|
kb_layout = us, sk
|
|
kb_variant = ,qwerty
|
|
kb_options = grp:alt_shift_toggle
|
|
|
|
numlock_by_default=true
|
|
|
|
follow_mouse = 1
|
|
touchpad {
|
|
# Sending LMB + RMB = MMB
|
|
middle_button_emulation = true
|
|
# I'm not natural
|
|
natural_scroll = false;
|
|
}
|
|
}
|
|
|
|
# vi: ft=hyprlang
|