Compare commits

..

No commits in common. "cc3e6654dfb63db2e125c8fa76db843d9022d9d0" and "bcec83476cd397f8b8c2fedd32a1304a053689c1" have entirely different histories.

4 changed files with 10 additions and 6 deletions

View File

@ -22,5 +22,5 @@ profile multihead-HDMI {
profile nomad { profile nomad {
output eDP-1 enable output eDP-1 enable
exec light -S 70 exec light -S 60
} }

View File

@ -0,0 +1,4 @@
{
allowUnfree = true;
android_sdk.accept_license = true;
}

Binary file not shown.

View File

@ -6,15 +6,15 @@ windows:
focus: true focus: true
layout: even-vertical layout: even-vertical
panes: panes:
- ssh root@zion - ssh -C root@zion
- ssh root@zion - ssh -C root@zion
- window_name: canvas - window_name: canvas
layout: even-vertical layout: even-vertical
panes: panes:
- ssh zion - ssh -C zion
- ssh zion - ssh -C zion
- window_name: monitor - window_name: monitor
panes: panes:
- ssh -t zion "htop" - ssh -C -t zion "htop"