mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-25 09:32:30 +08:00
hyprland: handwritten config needed for monitor
This commit is contained in:
parent
7222112a9f
commit
8ebd9ff372
1 changed files with 9 additions and 2 deletions
|
|
@ -43,6 +43,9 @@ in
|
|||
|
||||
wayland.windowManager.hyprland.settings = {
|
||||
"$mainMod" = "SUPER";
|
||||
|
||||
source = "~/.hyprland-local.conf";
|
||||
|
||||
bind = [
|
||||
"$mainMod, Q, exec, rio"
|
||||
|
||||
|
|
@ -102,7 +105,10 @@ in
|
|||
"${lib.getExe pkgs.hyprshade} on ${blue-light-filter}"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
/* COMMENTED OUT:
|
||||
# Since this shit changes all the time, I'm managing it by hand in
|
||||
# ~/.hyperland-local.conf (see `source` above)
|
||||
monitor = [
|
||||
# Laptop screen (OLED 2k)
|
||||
",highres,auto,2"
|
||||
# Apple Studio Display
|
||||
|
|
@ -110,7 +116,8 @@ in
|
|||
#"DP-5,disable" # Same as DP-5
|
||||
"DP-3,highres,auto-up,2"
|
||||
"DP-4,disable" # Same as DP-5
|
||||
];
|
||||
];
|
||||
*/
|
||||
|
||||
general = {
|
||||
border_size = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue