kitty: init
This commit is contained in:
parent
a6bde8a373
commit
f4b9e21692
16 changed files with 1915 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
|||
layout tall
|
||||
cd ~
|
||||
# first is tall on the left
|
||||
launch btop
|
||||
# these are split horizontally on the right half
|
||||
launch nvtop
|
||||
# resize_window taller 12
|
||||
# note: requires kernel.dmesg_restrict=0
|
||||
# launch --location=vsplit --cwd=current /usr/bin/dmesg -T --follow
|
||||
launch amdgpu-stats
|
||||
resize_window shorter 24
|
|
@ -0,0 +1,6 @@
|
|||
layout grid
|
||||
cd ~
|
||||
launch --cwd=current bash
|
||||
launch --cwd=current bash
|
||||
launch --cwd=current cmatrix
|
||||
launch --cwd=current bash
|
|
@ -0,0 +1,5 @@
|
|||
# layout splits
|
||||
layout tall
|
||||
launch --location=hsplit --cwd=current bash
|
||||
launch --location=hsplit --cwd=current bash
|
||||
launch --location=hsplit --cwd=current note-taker.sh
|
Loading…
Add table
Add a link
Reference in a new issue