Changes

Jump to navigation Jump to search
55 bytes added ,  14:02, 14 May 2022
m
Line 2: Line 2:  
nano ~/.config/autostart/guake.desktop
 
nano ~/.config/autostart/guake.desktop
 
  <nowiki>[Desktop Entry]
 
  <nowiki>[Desktop Entry]
  Type=Application
+
    Type=Application
  Exec=/usr/bin/xflux -z 12345
+
    Exec=/usr/bin/xflux -z 12345
  Hidden=false
+
    Hidden=false
  X-GNOME-Autostart-enabled=true
+
    X-GNOME-Autostart-enabled=true
  Name[en_US]=xflux
+
    Name[en_US]=xflux
  Name=xflux
+
    Name=xflux
  Comment[en_US]=Screen color temperature changer
+
    Comment[en_US]=Screen color temperature changer
  Comment=Screen color temperature changer</nowiki>
+
    Comment=Screen color temperature changer</nowiki>
    
cat /etc/xdg/autostart/orca-autostart.desktop
 
cat /etc/xdg/autostart/orca-autostart.desktop
Line 28: Line 28:  
</syntaxhighlight>
 
</syntaxhighlight>
   −
== Fix SimpleScreenRecorder ==
+
==Switch betweenWayland / X11==
 +
Fix SimpleScreenRecorder
 +
 
 
Simple screen recorder atm does not work with wayland, only works with x11, Debian 11 uses Wayland, to disable:
 
Simple screen recorder atm does not work with wayland, only works with x11, Debian 11 uses Wayland, to disable:
   −
Edit /etc/gdm3 and uncoment the following line:<syntaxhighlight lang="bash">
+
Edit /etc/gdm3/daemon.conf and uncoment the following line:<syntaxhighlight lang="bash">
 
WaylandEnable=False
 
WaylandEnable=False
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu