Created
December 16, 2019 09:59
-
-
Save outloudvi/bc076062bea7d6c012251e529f6fb219 to your computer and use it in GitHub Desktop.
Preserve writable permission for CSS of VSC workbench for background modifications (like https://github.com/shalldie/vscode-background). For Arch Linux (and maybe Manjaro?). This should be put in /etc/pacman.d/hooks .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Trigger] | |
Type = Package | |
Operation = Install | |
Operation = Upgrade | |
Target = code | |
[Trigger] | |
Type = File | |
Operation = Install | |
Operation = Upgrade | |
Target = usr/lib/code/out/vs/workbench/workbench.desktop.main.css | |
[Action] | |
Description = Making Code workbench user-writable... | |
When = PostTransaction | |
Exec = /usr/bin/chmod a+w /usr/lib/code/out/vs/workbench/workbench.desktop.main.css |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment