From 1974f3a9399ec326f72b1a569b42479909211b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 3 Oct 2021 11:07:44 +0200 Subject: [PATCH] Add new machine "mars" --- _machines/mars.yml | 75 ++++++++++++++++++++++++++++++++ screencfg/mars/default.yml | 14 ++++++ screencfg/mars/three-screens.yml | 18 ++++++++ 3 files changed, 107 insertions(+) create mode 100644 _machines/mars.yml create mode 100644 screencfg/mars/default.yml create mode 100644 screencfg/mars/three-screens.yml diff --git a/_machines/mars.yml b/_machines/mars.yml new file mode 100644 index 0000000..3cacdc1 --- /dev/null +++ b/_machines/mars.yml @@ -0,0 +1,75 @@ +font_size: 11 +letter_space: 0 +terminal_binary: alacritty + +users: +- name: hannes-work + group: hannes-work + vt: 1 + firefox_profiles: + - name: default + manage_css: true + - name: meet + manage_css: false + mail: hannes.koerber@tradebyte.com + git_gpg_sign: false + gpg_agent: false + gpg_agent_for_ssh: false + environment: + MACHINE_HAS_NEXTCLOUD: "false" + MACHINE_HAS_RESTIC_BACKUP: "true" + MACHINE_HAS_ELEMENT: "false" + MACHINE_HAS_KEEPASSX: "true" + has_yubikey: false +- name: hannes-private + group: hannes-private + vt: 2 + firefox_profiles: + - name: default + manage_css: true + mail: hannes@hkoerber.de + git_gpg_sign: false + gpg_agent: true + gpg_agent_for_ssh: true + gpg_key: + email: hannes@hkoerber.de + id: "0xB5C002530C6A2053" + fingerprint: "973AE48D71B76735C4712B5BB5C002530C6A2053" + enable_passwordstore: true + environment: + MACHINE_HAS_NEXTCLOUD: "true" + MACHINE_HAS_RESTIC_BACKUP: "false" + MACHINE_HAS_ELEMENT: "true" + MACHINE_HAS_KEEPASSX: "false" + has_yubikey: true + +screen: + 1: DP-1-1 + 2: DP-1-1 + 3: DP-1-2 + 4: DP-1-2 + 5: DP-1-2 + 6: DP-1-2 + 7: eDP-1 + 8: eDP-1 + 9: eDP-1 + 0: eDP-1 + +workspace: + 1: www + 2: www + 3: term-local + 4: term-remote + 7: comm + 8: pass + 9: music + 10: pim + +screencfgs: + - name: three-screens + key: F3 + +environment: + MACHINE_TYPE: "laptop" + MACHINE_RESOLUTION_X: "1920" + MACHINE_RESOLUTION_Y: "1080" diff --git a/screencfg/mars/default.yml b/screencfg/mars/default.yml new file mode 100644 index 0000000..91d3674 --- /dev/null +++ b/screencfg/mars/default.yml @@ -0,0 +1,14 @@ +reset: false +outputs: + - name: eDP-1 + primary: True + opts: + mode: 1920x1080 + scale: 1x1 + pos: "0x0" # beware of hex + - name: DP-1-1 + disable: true + - name: DP-1-2 + disable: true + - name: DP-1-3 + disable: true diff --git a/screencfg/mars/three-screens.yml b/screencfg/mars/three-screens.yml new file mode 100644 index 0000000..f5c8266 --- /dev/null +++ b/screencfg/mars/three-screens.yml @@ -0,0 +1,18 @@ +reset: true +outputs: + - name: eDP-1 + opts: + mode: 1920x1080 + scale: 0.7x0.7 + pos: "0x0" # beware of hex + - name: DP-3 + primary: True + opts: + mode: 1920x1080 + right-of: eDP-1 + reset: true + - name: DP-4 + opts: + mode: 1920x1080 + right-of: DP-3 + reset: true