Mint: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 46: | Line 46: | ||
sudo apt install nextcloud-client | sudo apt install nextcloud-client | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Linux/Distribution]] | [[Category:Linux/Distribution]] | ||
[[Category:Linux]] | [[Category:Linux]] | ||
Revision as of 10:55, 6 April 2026
Mint 22.3
Display DPI (for 4K Monitor)
- Display settings: 100%
- Font Selection:
- 12/12/12/12/14
- Text Scaling Factor: 1,3
Logitech M575 Buttons (Switch workspaces)
sudo apt install xbindkeys xdotool x11-utilsxbindkeys --defaults > ~/.xbindkeysrc# Button 9 → Next workspace "xdotool key ctrl+alt+Right" b:9 # Button 8 → Previous workspace "xdotool key ctrl+alt+Left" b:8
Google-Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get install -f google-chrome
Clipboard manager
sudo apt install gpaste-2 gir1.2-gpaste-2
Nextcloud Client
sudo add-apt-repository ppa:nextcloud-devs/client sudo apt update sudo apt install nextcloud-client