mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-29 13:51:50 +02:00
feat: update i3 layout's readme & comments
This commit is contained in:
@@ -5,3 +5,11 @@ This directory contains the layouts for i3.
|
|||||||
The are generated using the `i3-save-tree` command, and need to customized to make it work.
|
The are generated using the `i3-save-tree` command, and need to customized to make it work.
|
||||||
|
|
||||||
See the [i3 user guide](https://i3wm.org/docs/layout-saving.html) for more information.
|
See the [i3 user guide](https://i3wm.org/docs/layout-saving.html) for more information.
|
||||||
|
|
||||||
|
## Idol's Monitor
|
||||||
|
|
||||||
|
the `idol-monitor.json` file contains the layout showing my nix distributed building monitor, it's a 2x2 grid of terminals running `btop`:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
the layout & btop are autostarted by i3.
|
||||||
|
|||||||
@@ -1,5 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
#######################################################
|
||||||
|
#
|
||||||
|
# This script restores the layout of the idols monitor.
|
||||||
|
#
|
||||||
|
#######################################################
|
||||||
|
|
||||||
# load the ssh key for idols first
|
# load the ssh key for idols first
|
||||||
ssh-add ~/.ssh/ai-idols
|
ssh-add ~/.ssh/ai-idols
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user