dwtw
dwtw
I can see that Bar.ahk is in the same folder so it should be recognised. It could be a permissions issue. Where have you saved the src folder? Have you...
If it still doesn't work you could try editing Main.ahk and replace #Include Bar.ahk with #Include %A_ScriptDir%\Bar.ahk
I'm glad it's working, I'm not the maintainer, I just saw your issue and thought I could help out.
@fuhsjr00 I have some time tomorrow, I'll see if I can do it.
`Config_showBar=1` (this will show the bar) `Config_layout_#1=>;` (the symbol can be anything but make sure its blank after the semi colon, the blank parts means you want floating behaviour) `Config_layoutCount=1`...
Hey, I was having the same problem. I managed to fix it by creating a local plugin with the following code: ```javascript exports.decorateBrowserOptions = config => Object.assign({}, config, { frame:...
Just wanted to add mouse events don't work in all terminal applications I've tested in windows. btop4win++, vim, neovim & musikcube. I haven't been able to find a fix. Version...
I've made sure that my yay configuration is similar to my paru one. I've particulary made sure that paru is using `BottomUp` and that the `SearchBy` and `SortBy` options are...
Couldn't figure out how to make it work with eza but with lsd on windows you can do this to hide those files but still show other hidden files. `lsd.exe...