add monitor config

This commit is contained in:
2025-09-26 23:40:47 -03:00
parent 95a4d7de20
commit abdac8f5f7
4 changed files with 4 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
hypr/monitors.conf

View File

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

View File

@@ -0,0 +1 @@
monitor=,3440x1440@100,0x0,1

View File

@@ -20,5 +20,6 @@ alias v='nvim'
export CC=/usr/bin/clang
export CXX=/usr/bin/clang++
export HOSTNAME=$(hostname)
eval "$(starship init zsh)"