-
THUNAR > masquer des partitions, des dossiers, etc.
ous wheezy gnome, je les monterai dans le répertoire /mnt plutôt que dans celui des /media.
Ainsi ces systèmes de fichier (partitions) n’apparaissent plus hors de l’applet Fichiers.
il semble bien que cela se fait en ajoutant une règle udev comme on peut le lire sur la page du wiki archlinux.
j’ ai la même version Xfce et cela fonctionne, le montage se fait dans /media
L’idée est de masquer les icônes, donc essayer de les monter dans /mnt devrait masquer les icônes sur le bureau.
Ça le fait dans gnome…tu as raison, le fait que la partition soit montée au démarrage fait bien le masquage, je viens de tester.celle de martinux_qc fonctionne aussi avec cette ligne dans : /etc/udev/rules.d/10-local.rulesKERNEL=="sda6", ENV{UDISKS_PRESENTATION_HIDE}="1"
j’ avais jamais remarqué puisque toutes mes partitions sont montés dans le fstab.echo 'KERNEL=="sda1", ENV{UDISKS_PRESENTATION_HIDE}="1"' >> /etc/udev/rules.d/10-local.rules && echo 'KERNEL=="sda2", ENV{UDISKS_PRESENTATION_HIDE}="1"' >>/etc/udev/rules.d/10-local.rules
Et voila la règle appliqué pour cacher les disques par défaut.
—
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
https://wiki.archlinux.org/index.php/Xfce#Hide_partitions_from_thunar_and_xfdesktop
—-
https://wiki.archlinux.org/index.php/Udisks#Hide_selected_partitions
https://debian-facile.org/viewtopic.php?id=6513
https://forum.ubuntu-fr.org/viewtopic.php?id=1996209
https://www.debian-fr.org/t/cacher-le-filesystem-pour-machine-publique/12774
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec
Hide partitions from thunar and xfdesktop
If your installation partitions are shown as mounted devices on the desktop and in Thunar, try to install gvfs. See Udisks#Hide selected partitions for more advanced configuration options.
Screenshots
Xfce has its own screenshot tool, xfce4-screenshooter. It is part of the xfce4-goodies group.
Go to Applications > Settings > Keyboard, Application Shortcuts. Add the
xfce4-screenshooter -f
(or-w
for the active window) command to use thePrint
key in order to take fullscreen screenshots. See screenshooter’s man page for other optional arguments.Alternatively, an independent screenshot program like scrot can be used.
Disable Terminal F1 and F11 shortcuts
The xfce terminal binds F1 and F11 to help and fullscreen, respectively, which can make using programs like htop difficult. To disable those shortcuts, create or edit its configuration file, then log out and log back in. F10 can disabled in the Preferences menu.
~/.config/xfce4/terminal/accels.scm
(gtk_accel_path "<Actions>/terminal-window/fullscreen" "") (gtk_accel_path "<Actions>/terminal-window/contents" "")
Terminal color themes or palettes
Terminal color themes or palettes can be changed in GUI under Appearance tab in Preferences. These are the colors that are available to most console applications like Emacs, Vi and so on. Their settings are stored individually for each system user in
~/.config/xfce4/terminal/terminalrc
file. There are also so many other themes to choose from. Check forum thread Terminal Colour Scheme Screenshots for hundreds of available choices and themes.Changing default color theme
Xfce’s
extra/terminal
package comes with a darker colour palette. To change this, append the following in your terminalrc file for a lighter color theme, that is always visible in darker Terminal backgrounds.~/.config/xfce4/terminal/terminalrc
ColorPalette5=#38d0fcaaf3a9 ColorPalette4=#e013a0a1612f ColorPalette2=#d456a81b7b42 ColorPalette6=#ffff7062ffff ColorPalette3=#7ffff7bd7fff ColorPalette13=#82108210ffff
Terminal tango color theme
To switch to tango color theme, open with your favorite editor
~/.config/xfce4/terminal/terminalrc
And add(replace) these lines:
ColorForeground=White ColorBackground=#323232323232 ColorPalette1=#2e2e34343636 ColorPalette2=#cccc00000000 ColorPalette3=#4e4e9a9a0606 ColorPalette4=#c4c4a0a00000 ColorPalette5=#34346565a4a4 ColorPalette6=#757550507b7b ColorPalette7=#060698989a9a ColorPalette8=#d3d3d7d7cfcf ColorPalette9=#555557575353 ColorPalette10=#efef29292929 ColorPalette11=#8a8ae2e23434 ColorPalette12=#fcfce9e94f4f ColorPalette13=#72729f9fcfcf ColorPalette14=#adad7f7fa8a8 ColorPalette15=#3434e2e2e2e2 ColorPalette16=#eeeeeeeeecec