You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ A take on [stacky](https://github.com/pawelt/stacky) in AutoHotkey (AHK) for Win
13
13
- Edit stahky.ini for specific colors, offsets (x or y), use DPI for size and position calculation, ...
14
14
- The `SortFoldersFirst` option allows you to have folders appear first at the top of each menu accordingly.
15
15
- 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`
17
17
- Submenus
18
18
- You can use a normal folder and customize it's icon (in properties)
19
19
- Use a shortcut to a folder, if you want to be able to open it instead of a having submenu
0 commit comments