mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Major rewrite: switching back to Arch from NixOS
This commit is contained in:
parent
df585b737b
commit
254181c0fc
121 changed files with 5433 additions and 2371 deletions
34
home/.config/hypr/hyprland.d/input.conf
Normal file
34
home/.config/hypr/hyprland.d/input.conf
Normal file
|
@ -0,0 +1,34 @@
|
|||
# ################
|
||||
# ### 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 {
|
||||
# Sending LMB + RMB = MMB
|
||||
middle_button_emulation = true
|
||||
# I'm not natural
|
||||
natural_scroll = false;
|
||||
}
|
||||
}
|
||||
|
||||
# vi: ft=hyprlang
|
Loading…
Add table
Add a link
Reference in a new issue