Merge branch 'main' into 'main'

added L#53-54 on keyboard.sh and new bind for `togglegroup`

See merge request stephan-raabe/dotfiles!69
This commit is contained in:
Lefteris Iliadis 2024-02-26 05:12:46 +00:00
commit ccf8d096e8
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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