7 lines
206 B
Bash
Executable File
7 lines
206 B
Bash
Executable File
#!/bin/bash
|
|
|
|
zoom &
|
|
|
|
#i3-msg "workspace --no-auto-back-and-forth 5; exec mousepad ~/Nextcloud/studium/zoom.txt"
|
|
i3-msg "workspace --no-auto-back-and-forth 5; append_layout ~/.config/i3/workspace-zoom.json"
|