hehe
This commit is contained in:
53
home-manager/hypr/land/inputs.conf
Normal file
53
home-manager/hypr/land/inputs.conf
Normal file
@@ -0,0 +1,53 @@
|
||||
# INPUTS
|
||||
|
||||
monitor=DP-3,2560x1440@143.86,0x0,1
|
||||
monitor=eDP-1,1920x1200@60.02,0x0,1
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
# env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
|
||||
# env = GTK_THEME,Orchis-Orange-Dark
|
||||
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
follow_mouse = 1
|
||||
accel_profile = flat
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
disable_while_typing = true
|
||||
clickfinger_behavior = true
|
||||
scroll_factor = 0.5
|
||||
}
|
||||
}
|
||||
# Desktop keyboard
|
||||
device {
|
||||
name = pfu-limited-hhkb-hybrid
|
||||
kb_layout = hhkbse
|
||||
kb_options = lv3:rwin_switch
|
||||
}
|
||||
# Laptop keyboard
|
||||
device {
|
||||
name = at-translated-set-2-keyboard
|
||||
kb_layout = se
|
||||
kb_options = ctrl:swapcaps
|
||||
}
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_distance = 400
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_cancel_ratio = 0.2
|
||||
workspace_swipe_min_speed_to_force = 5
|
||||
workspace_swipe_direction_lock = true
|
||||
workspace_swipe_direction_lock_threshold = 10
|
||||
workspace_swipe_create_new = true
|
||||
}
|
||||
misc {
|
||||
vrr = 0
|
||||
mouse_move_enables_dpms = 1
|
||||
key_press_enables_dpms = 0
|
||||
force_default_wallpaper = 0
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
}
|
||||
Reference in New Issue
Block a user