Skip to content

Instantly share code, notes, and snippets.

@morphykuffour
Created July 4, 2021 15:32
Show Gist options
  • Save morphykuffour/b61dfd081871cf8414948cb1b18d10a5 to your computer and use it in GitHub Desktop.
Save morphykuffour/b61dfd081871cf8414948cb1b18d10a5 to your computer and use it in GitHub Desktop.
WindowsNotesREADME.md

tiny AHK-Based Window helper, to maximize productivity. the default keybinds are :

  • Alt + w to resize and move window to top-half.

  • Alt + x to resize and move window to bottom-half.

  • Alt + s to resize and move window to full center.

  • Alt + a to resize and move window to left-half.

  • Alt + d to resize and move window to right-half.

  • Ctrl + Alt + Space to toggle taskbar

  • Ctrl + Alt + b to toggle window caption

  • Windows + q to quit / close window

  • Windows + h to minimize window

Configs :

  • Per-App Configs : enable / disable hooking on specific programs. the supported generic arguments are caption and border.
  • monWidth : monitor width
  • monHeight : monitor height
  • windowGap : the "gap" / space between tiled windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment