Hyprland config for GPD Pockt 2
This commit is contained in:
parent
2e288fbf8c
commit
ca5fd09875
1 changed files with 20 additions and 8 deletions
|
@ -6,9 +6,9 @@
|
|||
### MONITORS ###
|
||||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=, preferred, auto, 1
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/ monitor=, preferred, auto, 1
|
||||
monitor= ,preferred, auto, 1.0, transform, 0 # Default
|
||||
monitor=desc: ,preferred, auto, 1.5, transform, 3 # GPD Pocket
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
|
@ -61,7 +61,7 @@ input {
|
|||
kb_layout = de
|
||||
kb_variant = nodeadkeys
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_options = compose:menu
|
||||
kb_rules =
|
||||
|
||||
follow_mouse = 1
|
||||
|
@ -80,11 +80,23 @@ gestures {
|
|||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
# Per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs
|
||||
|
||||
# GPD Pocket 2
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
name = hailuck-co.,ltd-usb-keyboard
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
}
|
||||
device {
|
||||
name = keyd-virtual-keyboard
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
}
|
||||
device {
|
||||
name = goodix-capacitive-touchscreen-1
|
||||
transform = 3
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue