hypr binds changed to adapt to a new 65% keyboard, as well as keyboard independent language
This commit is contained in:
parent
ca162e3703
commit
bf04f8f0d4
2 changed files with 22 additions and 4 deletions
|
@ -12,11 +12,11 @@ bind=SUPER,F,fullscreen,0
|
|||
bind=SUPER,Z,exec,pypr zoom
|
||||
|
||||
## Applications
|
||||
bind=SUPER,91,exec,librewolf # Numpad dot
|
||||
bind=SUPER,W,exec,librewolf # Numpad dot
|
||||
bind=SUPER,22,exec,neovide # Return key
|
||||
|
||||
# Nemo
|
||||
bind=SUPER,90,exec,nemo # Numpad 0
|
||||
bind=SUPER,M,exec,nemo # Numpad 0
|
||||
bind=SUPER,87,exec,nemo ~/Descargas # Numpad 1
|
||||
bind=SUPER,88,exec,nemo /docs/Documentos # Numpad 2
|
||||
bind=SUPER,89,exec,nemo ~/Imagenes # Numpad 3
|
||||
|
@ -132,8 +132,8 @@ bind=SUPERCTRL,h,workspace,m-1
|
|||
bind=SUPERCTRL,l,workspace,m+1
|
||||
|
||||
# Group control
|
||||
bind =SUPER, W, togglesplit
|
||||
bind=SUPER,S,togglegroup
|
||||
bind =SUPER, S, togglesplit
|
||||
bind=SUPER,G,togglegroup
|
||||
bind=ALT,tab,changegroupactive
|
||||
|
||||
# Submap for resizing windows
|
||||
|
|
|
@ -15,6 +15,24 @@ input {
|
|||
}
|
||||
}
|
||||
|
||||
device:sonix-usb-device {
|
||||
kb_layout=es
|
||||
kb_model=
|
||||
kb_options=compose:rctrl,level3:ralt_switch
|
||||
kb_rules=
|
||||
|
||||
numlock_by_default=true
|
||||
}
|
||||
|
||||
device:evision-usb-device {
|
||||
kb_layout=us
|
||||
kb_model=
|
||||
kb_options=compose:rctrl,level3:ralt_switch
|
||||
kb_rules=
|
||||
|
||||
numlock_by_default=true
|
||||
}
|
||||
|
||||
misc {
|
||||
always_follow_on_dnd=true
|
||||
disable_hyprland_logo=true
|
||||
|
|
Loading…
Add table
Reference in a new issue