adds support for split keyboard
This commit is contained in:
parent
725057ace8
commit
e93060714c
5 changed files with 31 additions and 7 deletions
|
|
@ -97,13 +97,14 @@ bind = $mainMod, Space, fullscreen, 0
|
|||
|
||||
# rofi App launcher
|
||||
#bind = $mainMod, Tab, exec, nwg-drawer -pbexit "wayland-logout" -pbpoweroff "systemctl poweroff" -pbreboot "systemctl reboot"
|
||||
bind = $mainMod, Tab, exec, $appLauncher
|
||||
bind = , Home, exec, $appLauncher
|
||||
bind = ALT, Tab, exec, rofi -show window -show-icons
|
||||
|
||||
bind = $mainMod, Return, exec, $term
|
||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||
bind = $mainMod, Z, exec, $files
|
||||
|
||||
|
||||
bind = $mainMod, R, focusurgentorlast
|
||||
bind = $mainMod SHIFT, P, exec, rofi -modes "2fa" -show 2fa
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,13 @@ device {
|
|||
accel_profile = flat
|
||||
}
|
||||
|
||||
device {
|
||||
name = keychron-keychron-q10-max-keyboard
|
||||
kb_layout = us
|
||||
kb_variant = altgr-intl
|
||||
kb_options = fkeys:basic_13-24
|
||||
}
|
||||
|
||||
device {
|
||||
name = keychron-keychron-q10-max
|
||||
kb_layout = us
|
||||
|
|
@ -43,6 +50,12 @@ device {
|
|||
kb_options = fkeys:basic_13-24
|
||||
}
|
||||
|
||||
device {
|
||||
name = dygma-defy-keyboard
|
||||
kb_layout = us
|
||||
kb_variant = altgr-intl
|
||||
kb_options = fkeys:basic_13-24
|
||||
}
|
||||
device {
|
||||
name = evremap-virtual-input-for-/dev/input/event31
|
||||
kb_layout = us
|
||||
|
|
@ -55,6 +68,3 @@ device {
|
|||
kb_variant = altgr-intl
|
||||
kb_options = fkeys:basic_13-24
|
||||
}
|
||||
|
||||
|
||||
source = ~/.cache/evremap_hyprland_config.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue