Compare commits
No commits in common. "cc3e6654dfb63db2e125c8fa76db843d9022d9d0" and "bcec83476cd397f8b8c2fedd32a1304a053689c1" have entirely different histories.
cc3e6654df
...
bcec83476c
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
allowUnfree = true;
|
||||||
|
android_sdk.accept_license = true;
|
||||||
|
}
|
Binary file not shown.
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue