mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
32 lines
670 B
Plaintext
32 lines
670 B
Plaintext
# ################
|
|
# ### MONITORS ###
|
|
# ################
|
|
|
|
# Should be configured per-profile
|
|
monitor = HDMI-A-1, 1920x1080@60, 0x0, 1 # above
|
|
#monitor = HDMI-A-1, 1920x1080@60, 1920x1080, 1 # left
|
|
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
|
|
|
|
# #####################
|
|
# ### GENERAL INPUT ###
|
|
# #####################
|
|
|
|
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
|