Adds config for hypr
This commit is contained in:
parent
6469f64213
commit
95f3e5a5d7
12 changed files with 762 additions and 0 deletions
14
.config/hypr/config/Monitors.conf
Normal file
14
.config/hypr/config/Monitors.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
|
||||
# Monitor Configuration
|
||||
# See Hyprland wiki for more details
|
||||
# https://wiki.hyprland.org/Configuring/Monitors/
|
||||
# Configure your Display resolution, offset, scale and Monitors here, use `hyprctl monitors` to get the info.
|
||||
|
||||
$primary=DP-4
|
||||
$secondary=DP-2
|
||||
|
||||
monitor=$primary, preferred, 0x0, 1
|
||||
monitor=$secondary, preferred, auto-left, 1
|
||||
|
||||
exec=xrandr --output $primary --primary
|
||||
Loading…
Add table
Add a link
Reference in a new issue