From 1721651319a1d25ff7759e98c9de7088c073cc28 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 23 Jan 2026 13:41:07 +0100 Subject: [PATCH] [Hyprland] Add binds for qalculate --- config/hypr/hyprland/modal-binds/launch.conf | 3 +++ config/hypr/hyprland/windowrules.conf | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/config/hypr/hyprland/modal-binds/launch.conf b/config/hypr/hyprland/modal-binds/launch.conf index 36e6bcd..2d78705 100644 --- a/config/hypr/hyprland/modal-binds/launch.conf +++ b/config/hypr/hyprland/modal-binds/launch.conf @@ -64,6 +64,9 @@ bind = , B, submap, reset bind = , P, exec, alvr_dashboard bind = , P, submap, reset +bind = , C, exec, qalculate-qt +bind = , C, submap, reset + bind = , A, exec, notify-send 'AirPlay server starting...' --app-name="AirPlay Audio" && terminator -T "hidden-terminator" -e "systemctl start avahi-daemon && shairport-sync -a LinuxPlay" bind = , A, submap, reset diff --git a/config/hypr/hyprland/windowrules.conf b/config/hypr/hyprland/windowrules.conf index c66696f..070661d 100644 --- a/config/hypr/hyprland/windowrules.conf +++ b/config/hypr/hyprland/windowrules.conf @@ -90,6 +90,11 @@ windowrule = center on, match:title ^(File Operation Progress)$ windowrule = float on, match:title ^(Loading)(.*)$ windowrule = center on, match:title ^(Loading)(.*)$ +windowrule = float on, match:title ^(Qalculate)(.*)$ +windowrule = center on, match:title ^(Qalculate)(.*)$ +windowrule = workspace special, match:title ^(Qalculate)(.*)$ +windowrule = size 1200 800, match:title ^(Qalculate)(.*)$ + windowrule = float on, match:class pavucontrol-qt windowrule = center on, match:class pavucontrol-qt