docs: add FIXME for waybar popup
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
myConfig,
|
myConfig,
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
|
# FIXME: waybar overlaps fullscreen display when restarting waybar
|
||||||
hakase-popup-launch = pkgs.writeShellScriptBin "hakase-popup-launch" ''
|
hakase-popup-launch = pkgs.writeShellScriptBin "hakase-popup-launch" ''
|
||||||
tui_name=$1
|
tui_name=$1
|
||||||
active_popup=$(${pkgs.hyprland}/bin/hyprctl clients -j | ${pkgs.jq}/bin/jq -r '.[] | select(.class | startswith("org.hakase.")) | .class')
|
active_popup=$(${pkgs.hyprland}/bin/hyprctl clients -j | ${pkgs.jq}/bin/jq -r '.[] | select(.class | startswith("org.hakase.")) | .class')
|
||||||
@@ -22,7 +23,6 @@
|
|||||||
echo "same"
|
echo "same"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
launch() {
|
launch() {
|
||||||
exec ${pkgs.util-linux}/bin/setsid uwsm-app -- xdg-terminal-exec --app-id=org.hakase.popup."''${tui_name}" -e "''${tui_name}"
|
exec ${pkgs.util-linux}/bin/setsid uwsm-app -- xdg-terminal-exec --app-id=org.hakase.popup."''${tui_name}" -e "''${tui_name}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user