From dc98f73a51aa0a48049a1aafb237b6f1f435e801 Mon Sep 17 00:00:00 2001 From: Meutel Date: Sat, 1 Jul 2017 16:23:56 +0200 Subject: [PATCH] firefox/term test layout --- _i3__abraracourcix/config | 2 ++ _i3__abraracourcix/wrksp1layout.json | 51 ++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+) create mode 100644 _i3__abraracourcix/wrksp1layout.json diff --git a/_i3__abraracourcix/config b/_i3__abraracourcix/config index f9bf438..5136f76 100644 --- a/_i3__abraracourcix/config +++ b/_i3__abraracourcix/config @@ -224,6 +224,8 @@ bar { exec xrandr --output $leftscr --left-of $rightscr exec feh --bg-fill ~/.config/wallpaper.jpg +exec --no-startup-id 'i3-msg "workspace $workspace1; append_layout ~/.i3/wrksp1layout.json"' exec firefox +exec mate-terminal exec owncloud exec musicpd diff --git a/_i3__abraracourcix/wrksp1layout.json b/_i3__abraracourcix/wrksp1layout.json new file mode 100644 index 0000000..ff515e3 --- /dev/null +++ b/_i3__abraracourcix/wrksp1layout.json @@ -0,0 +1,51 @@ +// vim:ts=4:sw=4:et +{ + // splitv split container with 1 children + "border": "normal", + "floating": "auto_off", + "layout": "splitv", + "percent": 0.3, + "type": "con", + "nodes": [ + { + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 362, + "width": 653, + "x": 0, + "y": 0 + }, + "name": "Terminal", + "percent": 1, + "swallows": [ + { + "class": "^Mate\\-terminal$" + } + ], + "type": "con" + } + ] +} + +{ + "border": "normal", + "current_border_width": 2, + "floating": "auto_off", + "geometry": { + "height": 1035, + "width": 1339, + "x": 0, + "y": 0 + }, + "name": "Firefox", + "percent": 0.7, + "swallows": [ + { + "class": "^Firefox$" + } + ], + "type": "con" +} +