From b7cf1230c8e2788375a8de6d75f6c7506b52dc47 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 9 May 2017 11:56:15 -0700 Subject: [PATCH] [Linux] Add split_chrome_tab_to_next_screen.sh --- dotfiles/lib/bin/split_chrome_tab_to_next_screen.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 dotfiles/lib/bin/split_chrome_tab_to_next_screen.sh diff --git a/dotfiles/lib/bin/split_chrome_tab_to_next_screen.sh b/dotfiles/lib/bin/split_chrome_tab_to_next_screen.sh new file mode 100755 index 00000000..c472b01e --- /dev/null +++ b/dotfiles/lib/bin/split_chrome_tab_to_next_screen.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh + +split_current_chrome_tab.sh +xdotool key --clearmodifiers "Shift_L+Super_L+z"