From 8216bb7a4cb9a6e2022f55d07cdabafabc2df884 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Thu, 7 Oct 2021 11:35:55 +0100 Subject: Add xrandr configuration for the office --- X/.xinitrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'X') diff --git a/X/.xinitrc b/X/.xinitrc index fd645c1..22cbeb1 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -33,6 +33,7 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi xset r rate 200 30 +setxkbmap us -variant colemak -option altwin:swap_alt_win # Startup programs eval $(ssh-agent) @@ -40,10 +41,8 @@ sxhkd & compton & redshift & dunst & -wal -R -# xrandr --output DP-1 --auto --output DP-2 --left-of DP-1 --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto -xrandr --output DP-1 --rotate normal --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto -feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" +xrandr --output DP-1 --rotate normal --auto --output DVI-1-0 --rotate right --right-of DP-1 --auto --output DP-2 --left-of DP-1 --auto +feh --bg-center /home/ymherklotz/images/wp1.jpg /home/ymherklotz/images/wp3.jpg /home/ymherklotz/images/wp2.jpg xsetroot -cursor_name left_ptr #exec i3 -- cgit