Adds support for two Komorebic commands ToggleTaskbarVisibility and ShowTaskbar which can either be true or false.
This prevents the need to use alternative tools, and will provide access for ahk scripts to control taskbar visibility.
This is my first real PR so if there is anything weird let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/735
**Author:** [@LegitCamper](https://github.com/LegitCamper)
**Created:** 4/7/2024
**Status:** ❌ Closed
**Base:** `master` ← **Head:** `feature/taskbar-visibility-controls`
---
### 📝 Commits (6)
- [`611e65f`](https://github.com/LGUG2Z/komorebi/commit/611e65ff97fbb39d1cabb3efaf418c0096534db3) feat(wm): adds Komorebic taskbar visibility controls
- [`daa601d`](https://github.com/LGUG2Z/komorebi/commit/daa601dca95735ae4d431ca0b4d8f5828d2f7f68) Merge pull request #1 from LegitCamper/master
- [`19ffed2`](https://github.com/LGUG2Z/komorebi/commit/19ffed24325b278ce77c1308ef1383da6a255237) fix(wm): renames taskbar enums to be shorter
- [`638e280`](https://github.com/LGUG2Z/komorebi/commit/638e280037eae2bc5b9d2c3e64656558bcbe9fc6) fix(wm): unhide taskbar during exit
- [`0996580`](https://github.com/LGUG2Z/komorebi/commit/0996580c32250a9dd7af04765440a3c3b5115f94) fix(wm): remove duplicate lines
- [`f54bcb2`](https://github.com/LGUG2Z/komorebi/commit/f54bcb2712e59d1526de8c4862223cbcde954655) fix(wm): fix taskbar handle function
### 📊 Changes
**4 files changed** (+61 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-core/src/lib.rs` (+2 -0)
📝 `komorebi/src/process_command.rs` (+19 -0)
📝 `komorebi/src/windows_api.rs` (+28 -0)
📝 `komorebic/src/main.rs` (+12 -0)
</details>
### 📄 Description
Adds support for two Komorebic commands `ToggleTaskbarVisibility` and `ShowTaskbar` which can either be true or false.
This prevents the need to use alternative tools, and will provide access for ahk scripts to control taskbar visibility.
This is my first real PR so if there is anything weird let me know.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/735
Author: @LegitCamper
Created: 4/7/2024
Status: ❌ Closed
Base:
master← Head:feature/taskbar-visibility-controls📝 Commits (6)
611e65ffeat(wm): adds Komorebic taskbar visibility controlsdaa601dMerge pull request #1 from LegitCamper/master19ffed2fix(wm): renames taskbar enums to be shorter638e280fix(wm): unhide taskbar during exit0996580fix(wm): remove duplicate linesf54bcb2fix(wm): fix taskbar handle function📊 Changes
4 files changed (+61 additions, -0 deletions)
View changed files
📝
komorebi-core/src/lib.rs(+2 -0)📝
komorebi/src/process_command.rs(+19 -0)📝
komorebi/src/windows_api.rs(+28 -0)📝
komorebic/src/main.rs(+12 -0)📄 Description
Adds support for two Komorebic commands
ToggleTaskbarVisibilityandShowTaskbarwhich can either be true or false.This prevents the need to use alternative tools, and will provide access for ahk scripts to control taskbar visibility.
This is my first real PR so if there is anything weird let me know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.