Skip to content

Commit f90d26e

Browse files
committed
Update README.md
1 parent 92e953e commit f90d26e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A take on [stacky](https://github.com/pawelt/stacky) in AutoHotkey (AHK) for Win
1313
- Edit stahky.ini for specific colors, offsets (x or y), use DPI for size and position calculation, ...
1414
- The `SortFoldersFirst` option allows you to have folders appear first at the top of each menu accordingly.
1515
- Use `ShowAtMousePosition=1` in the ini config file to have the menu show up at the current mouse postion instead of near the taskbar. However if this mode is used, `PUM_flags` values are ignored.
16-
- use `PUM_flags` to use [PUM.ahk's](lib/PUM.ahk#L441) flag options, such as `hleft` for horizontally left-aligned, `hcenter` for horizontally centered, or `noanim` for no fade-in animation. You can use multiple flags like so `PUM_flags=hleft noanim`
16+
- Use `PUM_flags` to use [PUM.ahk's](lib/PUM.ahk#L441) flag options, such as `hleft` for horizontally left-aligned, `hcenter` for horizontally centered, or `noanim` for no fade-in animation. You can use multiple flags in the ini config file like so `PUM_flags=hleft noanim`
1717
- Submenus
1818
- You can use a normal folder and customize it's icon (in properties)
1919
- Use a shortcut to a folder, if you want to be able to open it instead of a having submenu

0 commit comments

Comments
 (0)