0
0
Fork 0
mirror of https://github.com/stronk-dev/Tokyo-Night-Linux.git synced 2024-10-17 20:58:16 -04:00
tokyo-night-linux/.config/i3/launchNemos

6 lines
229 B
Plaintext
Raw Normal View History

2021-07-18 05:26:12 -04:00
#!/bin/bash -e
i3-msg "workspace 3; append_layout /home/marco/.config/i3/workspace-3.json"
nemo --name="nemoDocuments" '/home/marco/Documents' &
nemo --name="nemoConfig" '/home/marco/.config' &
nemo --name="nemoSHM" '/dev/shm' &