mirror of
https://github.com/stronk-dev/Tokyo-Night-Linux.git
synced 2025-02-06 21:43:45 -05:00
5 lines
229 B
Bash
Executable file
5 lines
229 B
Bash
Executable file
#!/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' &
|