Isaac Daly

Results 24 comments of Isaac Daly

I think part of the benefit of using something like workspacer is that workspaces replace virtual desktops. Maybe take a look at [how do I define custom workspaces?](https://workspacer.org/config/#how-do-i-define-custom-workspaces:~:text=how%20do%20I%20define%20custom%20workspaces%3F) and see...

Can you post or link to your config?

> It is a way to reproduce the issue. Therefore I think it may have to do with the fix and/or the same issue in #191, #37. I've created a...

I'm guessing this is due to https://github.com/workspacer/workspacer/blob/db2446243ff4ea570e4d3de3435d0f90e98711f4/src/workspacer/ConfigContext.cs#L224-L235 This would definitely be something to fix in the future. This has the same root cause as #172.

Just to clarify, you mean a bar at the bottom which has a limited width?

Yeah, that seems like a good feature. nog has something similar - https://github.com/TimUntersberger/nog/blob/master/assets/default_config.lua nog also has `has_custom_titlebar` which allows special handling for some executables.

I've created #217 to track hiding the title bars - we can use this issue to track @itsmeboy0's point.

Nah it raised a good point

There's a method [`SubscribeDefaults`](https://github.com/rickbutton/workspacer/blob/32783981f22ed2bbf7a32565888b3a27dcf923e7/src/workspacer/Keybinds/KeybindManager.cs#L223) which should let you do it. https://github.com/rickbutton/workspacer/blob/32783981f22ed2bbf7a32565888b3a27dcf923e7/src/workspacer/Keybinds/KeybindManager.cs#L223 However, it's not exposed as part of the [`IKeybindManager`](https://github.com/rickbutton/workspacer/blob/32783981f22ed2bbf7a32565888b3a27dcf923e7/src/workspacer.Shared/Keybind/IKeybindManager.cs), so I don't think it's possible to use in your...

Doing this after #70 makes more sense, since deletion will have changed interfaces defining the actions.