From 982a6bb51ae352b334b1f11c3d9ad63902d4f41b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 29 Nov 2016 11:28:48 -0800 Subject: [PATCH] [XMonad] Change split out chrome tab to go to empty ws --- dotfiles/lib/bin/split_out_chrome_tab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/bin/split_out_chrome_tab.sh b/dotfiles/lib/bin/split_out_chrome_tab.sh index 62467c88..42a4cfcd 100755 --- a/dotfiles/lib/bin/split_out_chrome_tab.sh +++ b/dotfiles/lib/bin/split_out_chrome_tab.sh @@ -4,4 +4,4 @@ xdotool key --clearmodifiers Escape xdotool key --clearmodifiers Tab xdotool key --clearmodifiers "W" sleep .2 -xdotool key --clearmodifiers "Super_L+z" +xdotool key --clearmodifiers "Shift_L+Super_L+z"