Browse Source

Add #screenlayout files for prometheus

Colin Powell 5 years ago
parent
commit
2b3c42e2ac

+ 1 - 0
.gitignore

@@ -11,3 +11,4 @@ conf.d/fzf.fish
 conf.d/fzf_key_bindings.fish
 conf.d/plugin-direnv_init.fish
 .uuid
+/radiotray-ng/.config/radiotray-ng/radiotray-ng.pid

+ 3 - 0
screenlayout/.screenlayout/prometheus-one.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+xrandr --output VGA-1 --off --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off
+setxkbmap -option caps:escape &

+ 3 - 0
screenlayout/.screenlayout/prometheus-two.sh

@@ -0,0 +1,3 @@
+#!/bin/sh
+xrandr --output VGA-1 --mode 1280x1024 --pos 1366x0 --rotate normal --output LVDS-1 --primary --mode 1366x768 --pos 0x0 --rotate normal --output HDMI-3 --off --output HDMI-2 --off --output HDMI-1 --off --output DP-3 --off --output DP-2 --off --output DP-1 --off
+setxkbmap -option caps:escape &