🎨 ux(hypr): change kitty floating size
This commit is contained in:
parent
06e733c0c7
commit
655202a156
1 changed files with 2 additions and 2 deletions
|
@ -26,6 +26,6 @@ function handle() {
|
|||
}
|
||||
|
||||
case $window in
|
||||
kitty) handle "55%" "60%" ;;
|
||||
*) handle "75%" "80%" ;;
|
||||
kitty) handle "50%" "55%" ;;
|
||||
*) handle "65%" "70%" ;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue