diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c688949 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +hypr/monitors.conf diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6a8d662..12dc77d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -3,8 +3,7 @@ ################ # See https://wiki.hypr.land/Configuring/Monitors/ -monitor=,preferred,auto,1 - +source = ~/.config/hypr/monitors.conf # See https://wiki.hypr.land/Configuring/Keywords/ $terminal = kitty diff --git a/hypr/monitors-berlin.conf b/hypr/monitors-berlin.conf new file mode 100644 index 0000000..a4ef7ad --- /dev/null +++ b/hypr/monitors-berlin.conf @@ -0,0 +1 @@ +monitor=,3440x1440@100,0x0,1 diff --git a/zsh/.zshrc b/zsh/.zshrc index c5e54fb..5beb0f1 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -20,5 +20,6 @@ alias v='nvim' export CC=/usr/bin/clang export CXX=/usr/bin/clang++ +export HOSTNAME=$(hostname) eval "$(starship init zsh)"