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 23:03] 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'
/usr/local/www/wiki/data/attic/linux/distros/opensuse_tumbleweed_xfce.1789614215.txt.gz · Last modified: by Sean Rhone