1
0
Fork 0

Hyprland config for GPD Pockt 2

This commit is contained in:
J. Elfring (g) 2024-11-08 15:15:13 +01:00
parent 2e288fbf8c
commit ca5fd09875

View file

@ -6,9 +6,9 @@
### MONITORS ### ### MONITORS ###
################ ################
# See https://wiki.hyprland.org/Configuring/Monitors/ # See https://wiki.hyprland.org/Configuring/Monitors/ monitor=, preferred, auto, 1
monitor=, preferred, auto, 1 monitor= ,preferred, auto, 1.0, transform, 0 # Default
monitor=desc: ,preferred, auto, 1.5, transform, 3 # GPD Pocket
################### ###################
### MY PROGRAMS ### ### MY PROGRAMS ###
@ -61,7 +61,7 @@ input {
kb_layout = de kb_layout = de
kb_variant = nodeadkeys kb_variant = nodeadkeys
kb_model = kb_model =
kb_options = kb_options = compose:menu
kb_rules = kb_rules =
follow_mouse = 1 follow_mouse = 1
@ -80,11 +80,23 @@ gestures {
workspace_swipe = false workspace_swipe = false
} }
# Example per-device config # Per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more # See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs
# GPD Pocket 2
device { device {
name = epic-mouse-v1 name = hailuck-co.,ltd-usb-keyboard
sensitivity = -0.5 kb_layout = us
kb_variant =
}
device {
name = keyd-virtual-keyboard
kb_layout = us
kb_variant =
}
device {
name = goodix-capacitive-touchscreen-1
transform = 3
} }