From c26f0990829d7859bf45b9bab3248fe007095f71 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 14 Oct 2019 15:31:58 +0100 Subject: Add necessary changes for uni comp --- X/.xinitrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index d709724..b30015e 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -33,11 +33,13 @@ if [ -d /etc/X11/xinit/xinitrc.d ] ; then fi # Startup programs +eval $(ssh-agent) dropbox & sxhkd -m 1 & compton & redshift & wal -R +xrandr --output DP1 --left-of DP2 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 xsetroot -cursor_name left_ptr -- cgit From 0d0010d41496c1bee8614c9cbc938cd40850daff Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 28 Oct 2019 18:36:45 +0000 Subject: Add dunst on autostart --- X/.xinitrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index b30015e..a9eaf84 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -38,10 +38,10 @@ dropbox & sxhkd -m 1 & compton & redshift & +dunst & wal -R -xrandr --output DP1 --left-of DP2 --auto +xrandr --output DP2 --left-of DP1 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" -xinput set-prop 'DLL075B:01 06CB:76AF Touchpad' 'libinput Natural Scrolling Enabled' 1 xsetroot -cursor_name left_ptr #exec i3 -- cgit From 750da95c4be25d96541be6d3ddad15e4d0bf4c2b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 11 Nov 2019 16:27:58 +0000 Subject: Switch displays --- X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index a9eaf84..f7fdf4d 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -40,7 +40,7 @@ compton & redshift & dunst & wal -R -xrandr --output DP2 --left-of DP1 --auto +xrandr --output DP2 --right-of DP1 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xsetroot -cursor_name left_ptr -- cgit From cc7a8d1b2d72df872adba044bb133034d41b0507 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 13 Nov 2019 20:18:48 +0000 Subject: Add support for 3 screens --- X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index f7fdf4d..d9d4053 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -40,7 +40,7 @@ compton & redshift & dunst & wal -R -xrandr --output DP2 --right-of DP1 --auto +xrandr --output DP-1 --auto --output DP-2 --left-of DP-1 --auto --output DVI-1-0 --rotate left --right-of DP-1 --auto feh --bg-fill "$(< "${HOME}/.cache/wal/wal")" xsetroot -cursor_name left_ptr -- cgit From 5adcb3738e15d9aa2697cfc2cd55255ae5b10cfc Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Tue, 4 Feb 2020 11:57:54 +0000 Subject: Reset keymap for sxhkd --- X/.xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'X/.xinitrc') diff --git a/X/.xinitrc b/X/.xinitrc index d9d4053..4cbbf6e 100644 --- a/X/.xinitrc +++ b/X/.xinitrc @@ -35,7 +35,7 @@ fi # Startup programs eval $(ssh-agent) dropbox & -sxhkd -m 1 & +sxhkd & compton & redshift & dunst & -- cgit