Difference between revisions of "Gnome"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) m Tag: visualeditor |
Rafahsolis (talk | contribs) Tag: visualeditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
nano ~/.config/autostart/guake.desktop | nano ~/.config/autostart/guake.desktop | ||
<nowiki>[Desktop Entry] | <nowiki>[Desktop Entry] | ||
| − | + | Type=Application | |
| − | + | Exec=/usr/bin/xflux -z 12345 | |
| − | + | Hidden=false | |
| − | + | X-GNOME-Autostart-enabled=true | |
| − | + | Name[en_US]=xflux | |
| − | + | Name=xflux | |
| − | + | Comment[en_US]=Screen color temperature changer | |
| − | + | Comment=Screen color temperature changer</nowiki> | |
cat /etc/xdg/autostart/orca-autostart.desktop | cat /etc/xdg/autostart/orca-autostart.desktop | ||
| − | == Gnome Tweak Tool == | + | ==Gnome Tweak Tool== |
sudo apt install gnome-tweaks -y | sudo apt install gnome-tweaks -y | ||
| − | == Show minimize, maximize and close buttons == | + | ==Show minimize, maximize and close buttons== |
| − | === top right === | + | ===top right=== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close" | gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | === top left === | + | ===top left=== |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:" | gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:" | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | ==Switch betweenWayland / X11== | ||
| + | Fix SimpleScreenRecorder | ||
| + | |||
| + | Simple screen recorder atm does not work with wayland, only works with x11, Debian 11 uses Wayland, to disable: | ||
| + | |||
| + | Edit /etc/gdm3/daemon.conf and uncoment the following line:<syntaxhighlight lang="bash"> | ||
| + | WaylandEnable=False | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 14:02, 14 May 2022
Startup Applications[edit]
nano ~/.config/autostart/guake.desktop
[Desktop Entry]
Type=Application
Exec=/usr/bin/xflux -z 12345
Hidden=false
X-GNOME-Autostart-enabled=true
Name[en_US]=xflux
Name=xflux
Comment[en_US]=Screen color temperature changer
Comment=Screen color temperature changer
cat /etc/xdg/autostart/orca-autostart.desktop
Gnome Tweak Tool[edit]
sudo apt install gnome-tweaks -y
Show minimize, maximize and close buttons[edit]
top right[edit]
gsettings set org.gnome.desktop.wm.preferences button-layout ":minimize,maximize,close"
top left[edit]
gsettings set org.gnome.desktop.wm.preferences button-layout "close,minimize,maximize:"
Switch betweenWayland / X11[edit]
Fix SimpleScreenRecorder
Simple screen recorder atm does not work with wayland, only works with x11, Debian 11 uses Wayland, to disable:
Edit /etc/gdm3/daemon.conf and uncoment the following line:
WaylandEnable=False