Karl Goecking 9b59db1fbc Workspace-Zuweisungen umgebaut: WS2-4 frei für Terminals, WS5 Edit, WS6 Files
- Alacritty assign entfernt (WS2-4 flexibel nutzbar)
- Mousepad/Ghostwriter nach WS5:EDIT verschoben
- Thunar nach WS6:FILES verschoben
- WS7-8 bleiben frei
- Doku aktualisiert
2026-02-15 21:58:15 +01:00
2026-02-14 21:23:19 +01:00

myi3-setup

Configure my Laptop

How to run it

Install Pre-reqs

$ sudo pacman -S ansible i3        (for Arch Linux)
$ sudo dnf install ansible         (for Fedora, i3 will be installed during ansible run)

(for Ubuntu refer docs/ubuntu-specific.md)

Clone my repo and run ansible

$ git clone https://github.com/justmeandopensource/myi3
$ cd myi3
$ ansible-playbook -i inventory setup.yaml                   (edit the username in setup.yaml before running)

Seafile einrichten (optional)

Nach dem Ansible-Run muss Seafile einmalig konfiguriert werden:

$ seaf-cli init -d ~/Seafile
$ systemctl --user start seaf-cli
$ seaf-cli config -n "MeineBibliothek" -s https://files.goeckmanns.de -u BENUTZER -p PASSWORT -d ~/Seafile

Dateien in ~/Seafile werden danach automatisch synchronisiert. Weitere Details in docs/i3-shortcuts.md.

Description
i3 configuration scripts
Readme 444 KiB
Languages
Shell 88.2%
Perl 11.8%