From bf04f8f0d4278906e62d2559552d68a5c7f3da28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 28 Sep 2023 10:09:45 +0200 Subject: [PATCH] hypr binds changed to adapt to a new 65% keyboard, as well as keyboard independent language --- .config/hypr/keybinds/binds.conf | 8 ++++---- .config/hypr/themes/luna/luna.conf | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.config/hypr/keybinds/binds.conf b/.config/hypr/keybinds/binds.conf index f3be915c..95d9a33b 100644 --- a/.config/hypr/keybinds/binds.conf +++ b/.config/hypr/keybinds/binds.conf @@ -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 diff --git a/.config/hypr/themes/luna/luna.conf b/.config/hypr/themes/luna/luna.conf index 7c3f1fbb..d2f91d88 100644 --- a/.config/hypr/themes/luna/luna.conf +++ b/.config/hypr/themes/luna/luna.conf @@ -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