mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
neo: add monitor scripts
This commit is contained in:
parent
f12ef42676
commit
a17e288739
1 changed files with 22 additions and 0 deletions
|
@ -14,6 +14,28 @@
|
|||
vmware-horizon-client
|
||||
wine
|
||||
winetricks
|
||||
|
||||
(writeShellScriptBin "work" ''
|
||||
xrandr \
|
||||
--output DisplayPort-0 --mode 2560x1440 -r 144 --pos 0x0 \
|
||||
--output DisplayPort-1 --mode 2560x1440 -r 144 --pos 2560x0 \
|
||||
--output DisplayPort-2 --off \
|
||||
--output HDMI-A-0 --off \
|
||||
'')
|
||||
(writeShellScriptBin "game" ''
|
||||
xrandr \
|
||||
--output DisplayPort-0 --mode 2560x1440 -r 165 --pos 0x0 \
|
||||
--output DisplayPort-1 --off \
|
||||
--output DisplayPort-2 --off \
|
||||
--output HDMI-A-0 --off \
|
||||
'')
|
||||
(writeShellScriptBin "tv" ''
|
||||
xrandr \
|
||||
--output DisplayPort-0 --off \
|
||||
--output DisplayPort-1 --off \
|
||||
--output DisplayPort-2 --off \
|
||||
--output HDMI-A-0 --mode 1920x1080 -r 60 --pos 0x0 \
|
||||
'')
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
Loading…
Reference in a new issue