Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
12
.bin/OLD/nterm
Executable file
12
.bin/OLD/nterm
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
. $HOME/.bin/_config
|
||||
|
||||
RES=$(xrandr | grep "*+" | awk '{print $1}')
|
||||
RESH=${RES%x*}
|
||||
RESV=${RES#*x}
|
||||
|
||||
GAP=$(( RESH / 12 ))
|
||||
H=$(( RESH - 2 * GAP ))
|
||||
V=$(( RESV - 2 * GAP ))
|
||||
|
||||
$NTERM -c nterm $@
|
||||
Reference in New Issue
Block a user