[Hyprland] Add binds for qalculate

This commit is contained in:
2026-01-23 13:41:07 +01:00
parent e4692c456c
commit 1721651319
2 changed files with 8 additions and 0 deletions

View File

@@ -64,6 +64,9 @@ bind = , B, submap, reset
bind = , P, exec, alvr_dashboard bind = , P, exec, alvr_dashboard
bind = , P, submap, reset 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, 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 bind = , A, submap, reset

View File

@@ -90,6 +90,11 @@ windowrule = center on, match:title ^(File Operation Progress)$
windowrule = float on, match:title ^(Loading)(.*)$ windowrule = float on, match:title ^(Loading)(.*)$
windowrule = center 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 = float on, match:class pavucontrol-qt
windowrule = center on, match:class pavucontrol-qt windowrule = center on, match:class pavucontrol-qt