Is there a way to unveil everything in ~ except .folders like .ssh and .config/<other programs.?
You could iterate across directory entries, calling unveil on each matching a pattern. Or use glob
https://lwn.net/Articles/767239/
Is there a way to unveil everything in ~ except .folders like .ssh and .config/<other programs.?
You could iterate across directory entries, calling unveil on each matching a pattern. Or use glob
https://lwn.net/Articles/767239/