i3: Changed setupZoom
This commit is contained in:
parent
3324a9576e
commit
cf62007567
@ -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"
|
||||||
|
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user