expanded from the original ``
This will monitor workspace changes and update the current workspace on other monitors. The idea is that workspace number 1 is paired with workspace 11 on second monitor, workspace 21 on 3rd monitor...
Usage:
run it in background along your sway session
Problem: Sway does not allow switching workspaces without focusing it, and focusing a workspaces moves the mouse cursor. So it's impossible to change the current workspace on the secondary output without disrupting the user.
As a consequence, the implementation - for now - will only update the workspace when the moves moves to the output, but this is far from ideal.
# | |
# Stage 1: Define base image | |
# | |
FROM debian:unstable-slim AS base | |
# | |
# Stage 2: Build base image | |
# |
I hereby claim:
- I am mildred on github.
- I am mildred (https://keybase.io/mildred) on keybase.
- I have a public key ASDQFes07Yd_g56-PPV853GxC2dKwU5YV7NzWmXJ8ddP_Qo
To claim this, I am signing this object:
CPU0 CPU1 CPU2 CPU3 | |
0: 10 0 0 0 IO-APIC 2-edge timer | |
8: 1 0 0 0 IO-APIC 8-edge rtc0 | |
9: 0 1613 0 0 IO-APIC 9-fasteoi acpi | |
29: 0 0 0 311 IO-APIC 29-fasteoi intel_sst_driver | |
32: 0 0 103 0 IO-APIC 32-fasteoi 808622C1:00 | |
33: 0 0 0 248 IO-APIC 33-fasteoi 808622C1:01 | |
37: 1709051 0 0 0 IO-APIC 37-fasteoi 808622C1:05 | |
41: 0 0 0 0 IO-APIC 41-fasteoi 8086228E:00 | |
42: 0 0 0 0 IO-APIC 42-fasteoi dw:dmac-1 |
- Can be used in conjunction with rsync. Executed before rsync to renames files to their new location and rsync can synchronize the rest as it works well for that
- Does detect the file renames that happened in a tree and apply the changes in the other tree
Scenarios
2018/05/11 09:38:45 [INFO] Terraform version: 0.11.7 41e50bd32a8825a84535e353c3674af8ce799161 | |
2018/05/11 09:38:45 [INFO] Go runtime version: go1.10.1 | |
2018/05/11 09:38:45 [INFO] CLI args: []string{"/home/mildred/Work/SquareScale/squarescale-infrastructure/bin/terraform-0.11.7", "destroy", "-force"} | |
2018/05/11 09:38:45 [DEBUG] Attempting to open CLI config file: /home/mildred/.terraformrc | |
2018/05/11 09:38:45 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/05/11 09:38:45 [INFO] CLI command args: []string{"destroy", "-force"} | |
2018/05/11 09:38:45 [INFO] command: empty terraform config, returning nil | |
2018/05/11 09:38:45 [DEBUG] command: no data state file found for backend config | |
2018/05/11 09:38:45 [DEBUG] New state was assigned lineage "596ea3fc-e5a8-78b7-c0cd-5ee21f559817" | |
2018/05/11 09:38:45 [INFO] command: backend initialized: <nil> |
Components:
- a laptop with a file hierarchy to send
- a server that will receive the files
Operation:
- Client generates a unique key pair
- Client configures server to accept files from this public key
- Server advertise itself on bittorrent DHT using hash(this protocol name, "server" role, public key)
Rationale:
- I need a custom kernel (because sound won't work with vanilla)
- I want to use Fedora Atomic Host
- The only way to override the kernel with Fedora Atomic Host is to install a kernel package using
ostree-rpm
- I have a metered network connection and want to avoid downloading the kernel sources too many times
- The powerful machine that can build the kernel is nor running Fedora or Red-hat based system with rpmbuild available
Put this in your PATH
. Requires git-hub