1

Modules/Hyprland: Ensure hypr-utils only start on hyprland session

This commit is contained in:
2025-11-13 21:11:03 +01:00
parent 28d0196a25
commit df93b8f1f4
3 changed files with 12 additions and 15 deletions

View File

@ -13,6 +13,7 @@ builtins.concatLists [
"hyprctl setcursor ${config.home.pointerCursor.name} ${builtins.toString config.home.pointerCursor.size}"
"hyprsunset --identity"
"hyprpanel"
# HACK: Hyprland doesn't set the xwayland/x11 keymap correctly
"setxkbmap -layout ${hyprland.keyboard.layout} -variant ${hyprland.keyboard.variant} -option ${hyprland.keyboard.option} -model pc104"