kitty/monitor: resize pane slightly, add 'dmesg'
This commit is contained in:
parent
6a6b151967
commit
b36e6e0576
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,13 @@
|
||||||
layout tall
|
layout tall:bias=55
|
||||||
cd ~
|
cd ~
|
||||||
# first is tall on the left
|
# first is tall on the left
|
||||||
launch btop
|
launch btop
|
||||||
# these are split horizontally on the right half
|
# these are split horizontally on the right half
|
||||||
launch nvtop
|
launch nvtop
|
||||||
# resize_window taller 12
|
|
||||||
# note: requires kernel.dmesg_restrict=0
|
# note: requires kernel.dmesg_restrict=0
|
||||||
# launch --location=vsplit --cwd=current /usr/bin/dmesg -T --follow
|
launch /usr/bin/dmesg -T --follow
|
||||||
|
resize_window shorter 32
|
||||||
launch amdgpu-stats
|
launch amdgpu-stats
|
||||||
resize_window shorter 24
|
resize_window shorter 32
|
||||||
|
# not really sure what units 'resizes' are in, docs are unclear/I'm impatient
|
||||||
|
# rows/cols seem probable... yet, manifests oddly - experiment
|
||||||
|
|
Loading…
Reference in a new issue