User Tools

Site Tools


linux:distros:opensuse_tumbleweed_xfce

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
linux:distros:opensuse_tumbleweed_xfce [2026/09/16 18:14] Sean Rhonelinux:distros:opensuse_tumbleweed_xfce [2026/09/17 00:33] (current) – [Fonts] Sean Rhone
Line 121: Line 121:
  
 ===== Firefox ESR ===== ===== Firefox ESR =====
- 
-  * Removes main Firefox and config 
  
   sudo zypper remove --clean-deps 'MozillaFirefox' && sudo zypper addlock 'MozillaFirefox'   sudo zypper remove --clean-deps 'MozillaFirefox' && sudo zypper addlock 'MozillaFirefox'
Line 177: Line 175:
  
   xfconf-query --channel 'xsettings' --property '/Xft/DPI' --type 'int' --set '96' --create   xfconf-query --channel 'xsettings' --property '/Xft/DPI' --type 'int' --set '96' --create
- 
-  xfconf-query --channel 'xsettings' --property '/Xft/HintStyle' --type 'string' --set 'hintnone' --create 
  
   xfconf-query --channel 'xsettings' --property '/Xft/Hinting' --type 'int' --set '0' --create   xfconf-query --channel 'xsettings' --property '/Xft/Hinting' --type 'int' --set '0' --create
 +
 +  xfconf-query --channel 'xsettings' --property '/Xft/HintStyle' --type 'string' --set 'hintnone' --create
  
   xfconf-query --channel 'xsettings' --property '/Xft/RGBA' --type 'string' --set 'none' --create   xfconf-query --channel 'xsettings' --property '/Xft/RGBA' --type 'string' --set 'none' --create
Line 293: Line 291:
  
   * [[#add_database_password_to_keyring|KeePassXC]]   * [[#add_database_password_to_keyring|KeePassXC]]
-  * [[#updater|Updater]]+  * [[#scripts|Scripts]]
  
   xfce4-keyboard-settings   xfce4-keyboard-settings
Line 300: Line 298:
  
   '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' --working-directory='/tmp' -e ~/'.local/scripts/opensuse-updater.sh'"   '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'openSUSE Updater' -I '/usr/share/icons/hicolor/scalable/apps/distributor.svg' --working-directory='/tmp' -e ~/'.local/scripts/opensuse-updater.sh'"
 +
 +  '/usr/bin/bash' -c "'/usr/bin/xfce4-terminal' -T 'Max Performance' -I '/usr/share/icons/hicolor/scalable/apps/org.xfce.panel.systemload.svg' --working-directory='/tmp' -e ~/'.local/scripts/max-perf.sh'"
  
 ===== Firefox ===== ===== Firefox =====
Line 617: Line 617:
  
 ====== Scripts ====== ====== Scripts ======
 +
 +  * [[#keyboard_shortcuts|Keyboard shortcuts]]
  
 ===== Updater ===== ===== Updater =====
- 
-  * [[#keyboard_shortcuts|Keyboard shortcut]] 
  
   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/opensuse-updater.sh' && chmod +x ~/'.local/scripts/opensuse-updater.sh'   mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/opensuse-updater.sh' && chmod +x ~/'.local/scripts/opensuse-updater.sh'
Line 633: Line 633:
 sudo '/usr/bin/zypper' dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change sudo '/usr/bin/zypper' dist-upgrade --details --allow-downgrade --allow-name-change --allow-arch-change --allow-vendor-change
  
-rm -Rf ~/'.cache/mesa_shader_cache/'* ~/'.cache/thumbnails/'*+#rm -Rf ~/'.cache/mesa_shader_cache/'* 
 +rm -Rf ~/'.cache/thumbnails/'*
 rm -Rf ~/'.cache/mozilla/firefox/'* ~/'.cache/thunderbird/'* rm -Rf ~/'.cache/mozilla/firefox/'* ~/'.cache/thunderbird/'*
  
Line 644: Line 645:
  
   ~/'.local/scripts/opensuse-updater.sh'   ~/'.local/scripts/opensuse-updater.sh'
 +
 +===== Max Performance =====
 +
 +  * [[linux:notes:x86_energy_perf_policy#opensuse|Dependencies]]
 +
 +  mkdir -p ~/'.local/scripts' && nano ~/'.local/scripts/max-perf.sh' && chmod +x ~/'.local/scripts/max-perf.sh'
 +
 +<code>
 +#!/bin/bash
 +
 +cd '/tmp'
 +
 +# CPU
 +sudo '/usr/bin/x86_energy_perf_policy' --all 'performance' --turbo-enable '1' --force
 +#sudo '/usr/bin/cpupower' frequency-set -g 'performance' -r
 +
 +echo 'Max performance states set!'
 +sleep '3'
 +
 +# End</code>
 +
 +  ~/'.local/scripts/max-perf.sh'
  
 ====== Notable Folders and Commands ====== ====== Notable Folders and Commands ======
/usr/local/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1789596847.txt.gz · Last modified: by Sean Rhone