forked from Shinonome/dots-hyprland
left sidebar foundations
This commit is contained in:
@@ -199,6 +199,11 @@ Scope {
|
||||
barLeftSideMouseArea.hovered = false
|
||||
barLeftSideMouseArea.trackingScroll = false
|
||||
}
|
||||
onPressed: (event) => {
|
||||
if (event.button === Qt.LeftButton) {
|
||||
openSidebarLeft.running = true
|
||||
}
|
||||
}
|
||||
// Scroll to change brightness
|
||||
WheelHandler {
|
||||
onWheel: (event) => {
|
||||
|
||||
Reference in New Issue
Block a user