dotfiles/bin/screens/fz.sh

11 lines
367 B
Bash
Executable File

#!/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