add some screen configs

auto-flake-update
Yorick van Pelt 2016-09-21 22:17:58 +02:00
parent e23b687858
commit 3b6d8a902b
2 changed files with 20 additions and 0 deletions

10
bin/screens/fz.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nitrogen xorg.xrandr
xrandr \
--output VGA-1 --mode 1440x900 --pos 232x0 --rotate normal \
--output eDP-1 --off \
--output LVDS-1 --primary --mode 1920x1080 --pos 0x900 --rotate normal \
--output DP-3 --off \
--output DP-2 --off \
--output DP-1 --mode 1920x1080 --pos 1920x900 --rotate normal
nitrogen --restore

10
bin/screens/single.sh Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p nitrogen xorg.xrandr
xrandr \
--output VGA-1 --off \
--output eDP-1 --off \
--output LVDS-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal \
--output DP-3 --off \
--output DP-2 --off \
--output DP-1 --off
nitrogen --restore