laptop: fixes for compability with kardorf
This commit is contained in:
parent
b9ea4521d1
commit
ddf87f226f
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user