feat(hyprland): add btop binding w/ window rules

This commit is contained in:
ooks-io 2024-03-09 22:28:14 +13:00
parent 645ad15512
commit d7bf2ecfd3
2 changed files with 8 additions and 0 deletions

View file

@ -28,6 +28,7 @@ in
"SUPER, d, exec, ${discord}"
"SUPERSHIFT, e, exec, ${explorer}"
"SUPERSHIFT, S, exec, steam"
"SUPER, escape, exec, ${terminal} --title=BTOP btop"

View file

@ -15,6 +15,13 @@ in
"center, class:^(.*jetbrains.*)$, title:^(Confirm Exit|Open Project|win424|win201|splash)$"
"size 640 400, class:^(.*jetbrains.*)$, title:^(splash)$"
"float,title:^(BTOP)$"
"size 85%,title:^(BTOP)$"
"pin,title:^(BTOP)$"
"center,title:^(BTOP)$"
"stayfocused,title:^(BTOP)$"
"immediate, title:^(TEKKEN8)$" #allow tearing for tekken8
];
};