Hyprland and Sway: Use WlrKeyboardFocus.OnDemand

This commit is contained in:
ItsLemmy
2025-11-11 18:07:15 -05:00
parent 895bddf568
commit db20310202
2 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ NIconButton {
colorFg: Color.mOnSurface
colorBorder: Color.transparent
colorBorderHover: Color.transparent
onClicked: {
onClicked: {
var wallpaperPanel = PanelService.getPanel("wallpaperPanel", screen)
if (Settings.data.wallpaper.panelPosition === "follow_bar") {
wallpaperPanel?.toggle(this)