Compare commits

..

2 commits

Author SHA1 Message Date
Antoine Vaure
ff11753266 add debugpy to home programs
All checks were successful
/ build-all (push) Successful in 1m15s
2025-12-09 17:35:56 +01:00
Antoine Vaure
a8f614c074 hyprland: add Matplotlib class to floating window rule 2025-12-09 17:35:56 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -12,7 +12,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
file file
python3 (python3.withPackages (ps: with ps; [ debugpy ]))
sshfs sshfs
ripgrep ripgrep
]; ];

View file

@ -298,6 +298,7 @@
env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_SIZE,24
windowrule = float, class:floating windowrule = float, class:floating
windowrule = float, class:Matplotlib
windowrule = tile, class:Nsxiv windowrule = tile, class:Nsxiv
# fix kdeconnect presentation mode. credit: https://www.reddit.com/r/hyprland/comments/1d0f2ou/to_the_one_person_using_kde_connect_presentation/ # fix kdeconnect presentation mode. credit: https://www.reddit.com/r/hyprland/comments/1d0f2ou/to_the_one_person_using_kde_connect_presentation/