CLICK ME
yes, even hidden code blocks!
print("hello world!")| #!/bin/bash | |
| sudo apt install fontconfig | |
| cd ~ | |
| wget https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Meslo.zip | |
| mkdir -p .local/share/fonts | |
| unzip Meslo.zip -d .local/share/fonts | |
| cd .local/share/fonts | |
| rm *Windows* | |
| cd ~ |
Original articles by Mark Leair, PGI Compiler Engineer
This is Part 1 of a series of articles:
| # By default the behavior is: | |
| # Primary monitor work as always and second monitor only have one and fixed workspace | |
| # I.e. you change to next workspace, primary monitor change to this workspace and second monitor remain as is. | |
| # The desired behaviour is: | |
| # Primary monitor and secondary monitor are linked workspace. | |
| # I.e. you change to next workspace, primary monitor change to this workspace and second monitor too. | |
| $ gconf-editor | |
| # Look for /desktop/gnome/shell/windows/workspaces_only_on_primary and set to false |