[PR #735] [CLOSED] feat(wm): adds Komorebic taskbar visibility controls #1078

Closed
opened 2026-01-05 14:54:01 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/735
Author: @LegitCamper
Created: 4/7/2024
Status: Closed

Base: masterHead: feature/taskbar-visibility-controls


📝 Commits (6)

  • 611e65f feat(wm): adds Komorebic taskbar visibility controls
  • daa601d Merge pull request #1 from LegitCamper/master
  • 19ffed2 fix(wm): renames taskbar enums to be shorter
  • 638e280 fix(wm): unhide taskbar during exit
  • 0996580 fix(wm): remove duplicate lines
  • f54bcb2 fix(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 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>
adam added the pull-request label 2026-01-05 14:54:01 +01:00
adam closed this issue 2026-01-05 14:54:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1078