diff --git a/.install/keyboard.sh b/.install/keyboard.sh index 0db08db..cabd846 100755 --- a/.install/keyboard.sh +++ b/.install/keyboard.sh @@ -50,4 +50,6 @@ else echo "" echo ":: Keyboard setup updated successfully." echo "PLEASE NOTE: You can update your keyboard layout later in ~/dotfiles/hypr/conf/keyboard.conf" + echo "For kb_options use `grp:caps_toggle` or `grp:win_space_toggle` or your own." + echo "For always on Numlock use `numlock_by_default = true`" fi diff --git a/hypr/conf/keybindings/default.conf b/hypr/conf/keybindings/default.conf index a8248c2..232f6c6 100644 --- a/hypr/conf/keybindings/default.conf +++ b/hypr/conf/keybindings/default.conf @@ -28,6 +28,7 @@ bind = $mainMod SHIFT, right, resizeactive, 100 0 bind = $mainMod SHIFT, left, resizeactive, -100 0 bind = $mainMod SHIFT, up, resizeactive, 0 -100 bind = $mainMod SHIFT, down, resizeactive, 0 100 +bind = $mainMod, G, togglegroup, # toggle the window on focus to group (tab mode) # Actions bind = $mainMod, PRINT, exec, ~/dotfiles/hypr/scripts/screenshot.sh