Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
development:linux:gnome [2021/08/04 10:30]
kalenpw
development:linux:gnome [2021/09/29 18:50] (current)
kalenpw
Line 9: Line 9:
   * [[https://extensions.gnome.org/extension/19/user-themes/ | User Themes ]] - Let's you set shell theme   * [[https://extensions.gnome.org/extension/19/user-themes/ | User Themes ]] - Let's you set shell theme
  
 +----
 +
 +===== Switching Ubuntu to default GNOME =====
 +<code bash>
 + # option at login to use GNOME 
 +sudo apt install gnome-session
 +# change login screen to use GNOME css
 +sudo update-alternatives --config gdm3-theme.gresource
 +# If some flatpak apps aren't using dark theme
 +flatpak install adwaita-dark
 +</code>
 +----
 +
 +===== Pop Shell Shortcuts =====
 +^ Function ^ Shortcut ^
 +| <kbd>Super</kbd> + <kbd>s</kbd> | Toggle stacking |
 +| <kbd>Super</kbd> + <kbd>o</kbd> | Toggle orientation (hozitonal vertical) |