From ddf87f226f6105df3d6c093a995b2c6625e29248 Mon Sep 17 00:00:00 2001 From: Julian Mutter Date: Sun, 16 Apr 2023 20:02:35 +0200 Subject: [PATCH] laptop: fixes for compability with kardorf --- .dotter/laptop.toml | 4 ++-- zsh/.zshrc | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.dotter/laptop.toml b/.dotter/laptop.toml index b31c94b..6d404f3 100644 --- a/.dotter/laptop.toml +++ b/.dotter/laptop.toml @@ -1,4 +1,4 @@ [i3.variables] -monitor-primary = "eDP1" -monitor-secondary = "HDMI1" +monitor-primary = "eDP-1" +monitor-secondary = "HDMI-1" screenlayout-script = "$scripts/display-layoutpicker" diff --git a/zsh/.zshrc b/zsh/.zshrc index 4fc27ea..07663b8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -136,4 +136,7 @@ if type direnv &> /dev/null; then eval "$(direnv hook zsh)" fi -source /home/julian/.config/broot/launcher/bash/br +BROOT_CONFIG="/home/julian/.config/broot/launcher/bash/br" +if [ -f "$BROOT_CONFIG" ]; then + source "$BROOT_CONFIG" +fi