I hereby claim:
- I am seocam on github.
- I am seocam (https://keybase.io/seocam) on keybase.
- I have a public key whose fingerprint is 8F5B 857B 2378 69E2 F218 8AD7 5A6E BDB4 578C 2F92
To claim this, I am signing this object:
--- system-roles-deps.txt 2020-06-02 12:46:13.146055326 -0300 | |
+++ ipalib-deps.txt 2020-06-02 12:45:59.787913620 -0300 | |
@@ -1,12 +1,30 @@ | |
+acl-0:2.2.53-5.fc32.x86_64 | |
alternatives-0:1.11-6.fc32.x86_64 | |
+audit-libs-0:3.0-0.19.20191104git1c2f876.fc32.x86_64 | |
basesystem-0:11-9.fc32.noarch | |
bash-0:5.0.11-2.fc32.x86_64 | |
bzip2-libs-0:1.0.8-2.fc32.x86_64 | |
ca-certificates-0:2020.2.40-3.fc32.noarch |
FROM debian as build | |
WORKDIR /build/ | |
RUN set -eux; \ | |
apt-get update && \ |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
# Usage: ./swap-displays.sh 0 1 | |
# Swaps display 0 (laptop display) position with the display 1 position. | |
# Also works for more displays, for example: | |
# ./swap-displays.sh 1 2 | |
# Must install displayplacer before using: | |
# https://github.com/jakehilborn/displayplacer |