From abdac8f5f7509eaa2e5812d5db2b18b1c99a0e20 Mon Sep 17 00:00:00 2001 From: caiowakamatsu Date: Fri, 26 Sep 2025 23:40:47 -0300 Subject: [PATCH] add monitor config --- .gitignore | 1 + hypr/hyprland.conf | 3 +-- hypr/monitors-berlin.conf | 1 + zsh/.zshrc | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore create mode 100644 hypr/monitors-berlin.conf 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)"