From f733845de850997a1b28ecb011c8374762abecf1 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 26 May 2015 21:26:25 +0200 Subject: Added new "half_stack" layout and fixed apply script * newlines were not forwarded correctly and as such the script only supported a single layout --- i3wm/.i3/apply_layout.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'i3wm/.i3/apply_layout.sh') diff --git a/i3wm/.i3/apply_layout.sh b/i3wm/.i3/apply_layout.sh index 4ea80b5..1398ff9 100755 --- a/i3wm/.i3/apply_layout.sh +++ b/i3wm/.i3/apply_layout.sh @@ -2,7 +2,6 @@ source ~/.dmenurc -available_layouts=$(ls -A1 ~/.i3/layout/) -selected_layout=$(echo $available_layouts | eval "dmenu $DMENU") +selected_layout=$(ls -A1 ~/.i3/layout/ | eval "dmenu $DMENU") i3-msg "append_layout $(pwd)/.i3/layout/$selected_layout" -- cgit v1.2.3