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
|
bind=SUPER,Z,exec,pypr zoom
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
bind=SUPER,91,exec,librewolf # Numpad dot
|
bind=SUPER,W,exec,librewolf # Numpad dot
|
||||||
bind=SUPER,22,exec,neovide # Return key
|
bind=SUPER,22,exec,neovide # Return key
|
||||||
|
|
||||||
# Nemo
|
# 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,87,exec,nemo ~/Descargas # Numpad 1
|
||||||
bind=SUPER,88,exec,nemo /docs/Documentos # Numpad 2
|
bind=SUPER,88,exec,nemo /docs/Documentos # Numpad 2
|
||||||
bind=SUPER,89,exec,nemo ~/Imagenes # Numpad 3
|
bind=SUPER,89,exec,nemo ~/Imagenes # Numpad 3
|
||||||
|
@ -132,8 +132,8 @@ bind=SUPERCTRL,h,workspace,m-1
|
||||||
bind=SUPERCTRL,l,workspace,m+1
|
bind=SUPERCTRL,l,workspace,m+1
|
||||||
|
|
||||||
# Group control
|
# Group control
|
||||||
bind =SUPER, W, togglesplit
|
bind =SUPER, S, togglesplit
|
||||||
bind=SUPER,S,togglegroup
|
bind=SUPER,G,togglegroup
|
||||||
bind=ALT,tab,changegroupactive
|
bind=ALT,tab,changegroupactive
|
||||||
|
|
||||||
# Submap for resizing windows
|
# 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 {
|
misc {
|
||||||
always_follow_on_dnd=true
|
always_follow_on_dnd=true
|
||||||
disable_hyprland_logo=true
|
disable_hyprland_logo=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue