diff --git a/hmModules/hyprland/default.nix b/hmModules/hyprland/default.nix index 977132a..43d5a84 100644 --- a/hmModules/hyprland/default.nix +++ b/hmModules/hyprland/default.nix @@ -1,4 +1,8 @@ -{ config, pkgs, ... }: +{ + config, + pkgs, + ... +}: let screenshotScript = pkgs.writeShellScriptBin "screenshot.sh" '' filename="$HOME/shots/$(date --iso-8601=seconds).png" diff --git a/hmModules/hyprland/hyprland.conf b/hmModules/hyprland/hyprland.conf index 212b560..0e250d6 100644 --- a/hmModules/hyprland/hyprland.conf +++ b/hmModules/hyprland/hyprland.conf @@ -18,7 +18,7 @@ input { } monitor = HDMI-A-1, 2560x1440, 0x0, 1 # picard -monitor = eDP-1, 1920x1080, 0x0, 1 # kirk +monitor = eDP-1, 1920x1080, 0x0, 1, mirror, DP-1 # kirk bindl=,switch:off:Lid Switch,exec,switch-monitor.sh open bindl=,switch:on:Lid Switch,exec,switch-monitor.sh close