Compare commits
4 Commits
bcec83476c
...
cc3e6654df
Author | SHA1 | Date |
---|---|---|
coolneng | cc3e6654df | |
coolneng | 672b735752 | |
coolneng | 10ccea25a3 | |
coolneng | 474357ed98 |
|
@ -22,5 +22,5 @@ profile multihead-HDMI {
|
||||||
|
|
||||||
profile nomad {
|
profile nomad {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
exec light -S 60
|
exec light -S 70
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
{
|
|
||||||
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 -C root@zion
|
- ssh root@zion
|
||||||
- ssh -C root@zion
|
- ssh root@zion
|
||||||
|
|
||||||
- window_name: canvas
|
- window_name: canvas
|
||||||
layout: even-vertical
|
layout: even-vertical
|
||||||
panes:
|
panes:
|
||||||
- ssh -C zion
|
- ssh zion
|
||||||
- ssh -C zion
|
- ssh zion
|
||||||
|
|
||||||
- window_name: monitor
|
- window_name: monitor
|
||||||
panes:
|
panes:
|
||||||
- ssh -C -t zion "htop"
|
- ssh -t zion "htop"
|
||||||
|
|
Loading…
Reference in New Issue