[fix] Changes to mkview and updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user