[fix] Changes to mkview and updates

This commit is contained in:
Uttarayan Mondal
2023-09-14 11:15:40 +05:30
parent 0edda0111e
commit 6033473624
3 changed files with 16 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
width=${2:-90%}
height=${2:-90%}
width=${2:-95%}
height=${2:-95%}
if [ "$(tmux display-message -p -F "#{session_name}")" = "scratch" ];then
tmux detach-client
else