User Tools

Site Tools


linux:mint-tips

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux:mint-tips [2020/08/02 19:56] – created Wulf Rajeklinux:mint-tips [2024/03/31 17:46] (current) – [LightDM Login Screen Multi-Monitor Rotation] Wulf Rajek
Line 1: Line 1:
 ====== Mint Tips ====== ====== Mint Tips ======
- 
-Arrows on Scrollbars in Mint 
-https://forums.linuxmint.com/viewtopic.php?t=222496 
  
 Change/configure 'start menu' icon Change/configure 'start menu' icon
Line 8: Line 5:
  
  
 +===== LightDM Login Screen Multi-Monitor Rotation =====
 +
 +Install arandr
 +<code>
 +sudo apt-get install arandr
 +</code>
 +Start it and save the screen state as a file. 
 +Add the command in that file to /etc/lightdm/lightdm.conf.d/70-linuxmint.conf
 +i.e.
 +<code>
 +[SeatDefaults]
 +user-session=cinnamon
 +
 +[Seat:*]
 +display-setup-script=xrandr --output DP-1 --primary --mode 1920x1200 --pos 1200x504 --rotate normal --output DP-2 --off --output HDMI-1 --off --output DP-2-1 --off --output DP-2-2 --mode 1920x1200 --pos 3120x0 --rotate left --output DP-2-3 --mode 1920x1200 --pos 0x0 --rotate left
 +</code>
 +Reboot system.
 +
 +
 +Terminal transparency setting as user. Get profile uid - only exists when settings changed once before, then set values:
 +<code>
 +export TMPUID=$(dconf dump /org/gnome/terminal/legacy/profiles:/ | grep "\[:" | sed 's/\[:\(.*\)\]/\1/')
 +dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/use-theme-transparency false
 +dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/use-transparent-background true
 +dconf write /org/gnome/terminal/legacy/profiles:/:$TMPUID/background-transparency-percent 9
 +
 +#on new install, try:
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/use-theme-transparency false
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/use-transparent-background true
 +dconf write /org/gnome/terminal/legacy/profiles:/:00000000-0000-0000-0000-000000000000/background-transparency-percent 9
  
 +</code>
linux/mint-tips.1596394616.txt.gz · Last modified: (external edit)