From: Maximilian Friedersdorff Date: Thu, 16 Sep 2021 09:29:30 +0000 (+0100) Subject: Change for new monitor X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=6580ed7f1f88fb45acca92432b4e500c090cfcc4;hp=69e1efa38c1f41a873160176f800f10a03fe1e71;p=max%2Fsaltfiles.git Change for new monitor --- diff --git a/states/i3/files/config.jinja b/states/i3/files/config.jinja index b4ca2db..b1a054a 100644 --- a/states/i3/files/config.jinja +++ b/states/i3/files/config.jinja @@ -211,7 +211,7 @@ bar { id bar_left position top output "HDMI-1" - font pango:Liberation Mono 12 + font pango:Liberation Mono 11 colors { background $black_super focused_background $black @@ -244,8 +244,8 @@ bar { id bar_right status_command ~/.local/bin/conky-i3bar position top - output "DP-1" - font pango:Liberation Mono 12 + output "DVI-I-2-1" + font pango:Liberation Mono 13 colors { background $black_super focused_background $black diff --git a/states/i3/files/xprofile.jinja b/states/i3/files/xprofile.jinja index d4a1bd2..3fd05e0 100755 --- a/states/i3/files/xprofile.jinja +++ b/states/i3/files/xprofile.jinja @@ -21,9 +21,9 @@ esac # Set screen layout case $HOSTNAME in barium) - xrandr --output DP-1 --mode 1920x1080 --pos 0x540 - xrandr --output HDMI-1 --mode 3840x2160 --pos 1920x0 - xrandr --output eDP-1 --mode 1920x1080 --pos 0x540 + xrandr --output DVI-I-2-1 --mode 3840x2160 --pos 2560x0 + xrandr --output HDMI-1 --mode 2560x1440 --pos 0x360 + xrandr --output eDP-1 --off ;; dubnium) xrandr --output DVI-D-1 --mode 1920x1080 --pos 0x540