User Tools

Site Tools


pikaos

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pikaos [2025-12-19 18:48] mathogpikaos [2025-12-19 18:58] (current) mathog
Line 15: Line 15:
 ==== COSMIC Desktop ==== ==== COSMIC Desktop ====
   * Follow these instructions: [[https://wiki.pika-os.com/en/guides-wiki/cosmic-de-installation|Pika OS Wiki]]   * Follow these instructions: [[https://wiki.pika-os.com/en/guides-wiki/cosmic-de-installation|Pika OS Wiki]]
-  * Choose ''SSDM'' as window manager+  * Choose ''SDDM'' as display manager (same as KDE) 
 + 
 +=== Change display manager === 
 +Remember you can do this at the login-screen with CTRL+ALT+F2: 
 +<code> 
 +sudo systemctl disable sddm.service 
 +sudo systemctl enable cosmic-greeter.service 
 +</code> 
 +... to change from SDDM to the Cosmic-greeter. 
 === Cursor theme === === Cursor theme ===
 There's no UI for changing cursor theme. Do this, the name of the theme is the folder name: There's no UI for changing cursor theme. Do this, the name of the theme is the folder name:
Line 27: Line 36:
 </code> </code>
  
 +''sudo nano /etc/alternatives/x-cursor-theme''
 +Change this row and add your theme:
 +<code>
 +[Icon Theme]
 +Inherits=Future-cyan-cursors,Adwaita
 +</code>
 +
 +Run these two commands:
 +<code>
 +gsettings set org.gnome.desktop.interface cursor-theme Future-cyan-cursors
 +gsettings set org.gnome.desktop.interface cursor-size 48
 +</code>
  
  
  
  
pikaos.1766170114.txt.gz · Last modified: by mathog

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki