Skip to content

Commit

Permalink
🚸 Fix intellj app tab movement
Browse files Browse the repository at this point in the history
  • Loading branch information
turtton committed Feb 7, 2025
1 parent 34f9c29 commit fdc4ddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home-manager/wm/hyprland/settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@
"opaque, initialTitle:^(.* on QEMU/KVM)$"
"float, class:^(org.kde.kdeconnect.daemon)(.*)$"
"suppressevent maximize, class:.*"
# https://github.com/hyprwm/Hyprland/issues/8395#issuecomment-2578588978
"noinitialfocus,class:^jetbrains-.*$,title:^$,floating:1"
];
input = {
repeat_delay = 300;
Expand Down

0 comments on commit fdc4ddb

Please sign in to comment.