kirk
mirrors screen
This commit is contained in:
parent
4c3b506937
commit
7a2dbc4a41
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
let
|
||||
screenshotScript = pkgs.writeShellScriptBin "screenshot.sh" ''
|
||||
filename="$HOME/shots/$(date --iso-8601=seconds).png"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue