pkgs: name passing
This commit is contained in:
parent
b9ee61bc0c
commit
a1903be803
2 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ in
|
|||
# --output DP-4 --off \
|
||||
# --output DP-5 --off
|
||||
# '')
|
||||
writeXrandrScriptBin
|
||||
(writeXrandrScriptBin "tv-on")
|
||||
|
||||
feh
|
||||
imagemagick
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
{ writeShellScriptBin }:
|
||||
writeShellScriptBin "tv-on" ''
|
||||
name:
|
||||
writeShellScriptBin name ''
|
||||
xrandr \
|
||||
--output DP-0 --primary --mode 1920x1080 --pos 1920x1080 --rotate normal \
|
||||
--output HDMI-0 --mode 1920x1080 --pos 0x1080 --rotate normal \
|
||||
|
|
Loading…
Reference in a new issue