feat(hyprland): add btop binding w/ window rules
This commit is contained in:
parent
645ad15512
commit
d7bf2ecfd3
2 changed files with 8 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ in
|
|||
"SUPER, d, exec, ${discord}"
|
||||
"SUPERSHIFT, e, exec, ${explorer}"
|
||||
"SUPERSHIFT, S, exec, steam"
|
||||
"SUPER, escape, exec, ${terminal} --title=BTOP btop"
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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:^(TEKKEN™8)$" #allow tearing for tekken8
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue