This is a thread where we collect short tips and tricks that can improve the Qubes experience for most users. We want to create a one-stop-post where people can quickly find and implement changes to their systems instead of having to search for and visit a hundred different posts.

Feel free to add your tip to this wiki post (anyone can edit this)

 

Guidelines These are subject to frequent and major changes while we figure out how this might work 1. If your tip cannot be condensed into a few lines, it doesn't belong here   2. If your tip is niche with regard to Qubes users, it doesn't belong here*   3. Follow the established style convention   4. Feel free to add new categories when necessary   5. Give credit (even to yourself) and link to the original If your tip doesn't have its own post/page, post it here in a reply so you have a link. This is for consistency and also so we can neatly split the thread if needed   6. Discussions regarding specific tips belong in their own threads if available

* What's 'niche' is going to spawn a lot of debate and angst, but this constraint is necessary to prevent this post from getting bloated and mostly irrelevant

 


Quick Quality-of-Life Improvements

 

Storage - Send files directly to external storage mounted in other qube - [AppVM] Assumes external storage is mounted under /mnt/ext_store/. Execute the following commands in that destination qube: >

mv ~/QubesIncoming ~/QubesIncoming_backup
  >ln -s /mnt/ext_store/ ~/QubesIncoming/

Then use `qvm-copy` in your data origin qube, targeting that destination qube @SteveC

 

WiFi

 

Video playback - Reduce VLC's CPU usage - [AppVM] Under 'Video' in Preferences (Ctrl+P), change 'Output' to 'X11 video output (XCB)' @solene - Reduce mpv's CPU usage (link includes guide for YouTube too) - [TemplateVM] /etc/mpv/mpv.conf file, insert vo=x11 and profile=sw-fast as separate lines @Bearillo

 

Notifications - Disable notifications per VM - Fedora-XFCE only - [AppVM] Run xfce4-notifyd-config, then xfconf-query -c xfce4-notifyd -p /do-not-disturb --set true @solene