From 8cb589fa44926b341e71373ed8f815528cfb67cc Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 19 Aug 2020 01:21:35 +0200 Subject: Fixing typos, cleaning webview, allowing comments in emoji file. --- initialLayout.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 initialLayout.sh (limited to 'initialLayout.sh') diff --git a/initialLayout.sh b/initialLayout.sh new file mode 100755 index 0000000..2408911 --- /dev/null +++ b/initialLayout.sh @@ -0,0 +1,15 @@ +#!/bin/sh + +if pgrep -x i3 && xrandr | grep 'HDMI.* connected'; then + i3-msg focus left + i3-msg workspace 3:👾 + i3-msg focus right +fi + +urxvt -e tmux new -s main & +sleep 1 + +if pgrep -x i3 && xrandr | grep 'HDMI.* connected'; then + i3-msg move workspace number 1:💻 + i3-msg workspace number 1:💻 +fi -- cgit v1.2.1