mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #735] [CLOSED] feat(wm): adds Komorebic taskbar visibility controls #1078
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.