i3: Changed setupZoom

This commit is contained in:
Julian Mutter 2021-09-09 12:16:25 +02:00
parent a79ee805eb
commit acf76d08b6
2 changed files with 6 additions and 6 deletions

View File

@ -2,5 +2,5 @@
zoom & zoom &
i3-msg "workspace --no-auto-back-and-forth 5; exec mousepad /home/julian/Nextcloud/studium/zoom.txt" #i3-msg "workspace --no-auto-back-and-forth 5; exec mousepad /home/julian/Nextcloud/studium/zoom.txt"
i3-msg "workspace --no-auto-back-and-forth 5; append_layout ~/.config/i3/workspace-zoom.json" i3-msg "workspace --no-auto-back-and-forth 5; append_layout ~/.config/i3/workspace-zoom.json"

View File

@ -1,6 +1,6 @@
// vim:ts=4:sw=4:et // vim:ts=4:sw=4:et
{ {
"border": "normal", "border": "pixel",
"current_border_width": 2, "current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"geometry": { "geometry": {
@ -23,7 +23,7 @@
{ {
// splitv split container with 2 children // splitv split container with 2 children
"border": "normal", "border": "pixel",
"floating": "auto_off", "floating": "auto_off",
"layout": "splitv", "layout": "splitv",
"percent": 0.2, "percent": 0.2,
@ -31,14 +31,14 @@
"nodes": [ "nodes": [
{ {
// splith split container with 1 children // splith split container with 1 children
"border": "normal", "border": "pixel",
"floating": "auto_off", "floating": "auto_off",
"layout": "splith", "layout": "splith",
"percent": 0.5, "percent": 0.5,
"type": "con", "type": "con",
"nodes": [ "nodes": [
{ {
"border": "normal", "border": "pixel",
"current_border_width": 2, "current_border_width": 2,
"floating": "auto_off", "floating": "auto_off",
"geometry": { "geometry": {
@ -61,7 +61,7 @@
] ]
}, },
{ {
"border": "normal", "border": "pixel",
"current_border_width": 2, "current_border_width": 2,
"floating": "user_off", "floating": "user_off",
"geometry": { "geometry": {