Compare commits
3 Commits
e767549a57
...
ed0b0508bb
| Author | SHA1 | Date | |
|---|---|---|---|
|
ed0b0508bb
|
|||
|
a480aa5804
|
|||
|
70d953b18c
|
@@ -1,4 +1,4 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [ ];
|
home.packages = with pkgs; [ ddrescue ];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,8 +6,7 @@
|
|||||||
################
|
################
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1, highrr, 0x0, 1
|
source = /home/menno/dotfiles/config/monitors.local.conf
|
||||||
monitor=DP-2, highrr, 2560x0, 1
|
|
||||||
|
|
||||||
|
|
||||||
###################
|
###################
|
||||||
|
|||||||
5
config/monitors.local.conf
Normal file
5
config/monitors.local.conf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
|
# 5120x1440 at 240hz left monitor
|
||||||
|
monitor=DP-2, highrr, 0x0, 1
|
||||||
|
# 3440x1440 at 120hz right monitor portrait mode
|
||||||
|
monitor=DP-3, highrr, 5120x-1440, 1, transform, 3
|
||||||
Reference in New Issue
Block a user