From 49bc25e6279f65c79cfe1906e079213c30e01cd3 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Tue, 12 May 2015 16:43:13 -0400 Subject: [PATCH] mod+p resets wallpaper and resolution --- .i3/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index 1061489..cfe0be6 100644 --- a/.i3/config +++ b/.i3/config @@ -130,7 +130,7 @@ bindsym $mod+Shift+R restart bindsym $mod+Shift+E exit # auto setup display -bindsym $mod+p exec xrandr --output VGA1 --left-of LVDS1 --auto +bindsym $mod+p exec resetscreen bindsym $mod+Shift+P exec xrandr --output LVDS --auto --output VGA1 --same-as LVDS1 # resize window (you can also use the mouse for that)