laptop: fixes for compability with kardorf

This commit is contained in:
Julian Mutter 2023-04-16 20:02:35 +02:00
parent b9ea4521d1
commit ddf87f226f
2 changed files with 6 additions and 3 deletions

View File

@ -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"

View File

@ -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