Added XFCE configuration

This commit is contained in:
Fabio Scotto di Santolo
2026-02-07 13:24:12 +01:00
parent f8fb141dbf
commit c2f24b8f78
35 changed files with 1192 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
show_label_governor=false
keep_compact=true
one_line=true
icon_color_freq=true
freq_unit=0

View File

@@ -0,0 +1,9 @@
yellow=8
red=2
lab_size_visible=true
progress_bar_visible=false
hide_button=false
label=
label_visible=false
mnt=/

View File

@@ -0,0 +1,13 @@
[Desktop Entry]
Name=Emacs
GenericName=Text Editor
Comment=Edit text
MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++;
Exec=emacs %F
Icon=emacs
Type=Application
Terminal=false
Categories=Development;TextEditor;
StartupNotify=true
StartupWMClass=Emacs
X-XFCE-Source=file:///usr/share/applications/emacs.desktop

View File

@@ -0,0 +1,25 @@
[Desktop Entry]
Version=1.0
Name=Firefox Web Browser
Comment=Browse the World Wide Web
GenericName=Web Browser
Keywords=Internet;WWW;Browser;Web;Explorer
Exec=firefox %u
Terminal=false
X-MultipleArgs=false
Type=Application
Icon=firefox
Categories=GNOME;GTK;Network;WebBrowser;
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
StartupNotify=true
Actions=NewWindow;NewPrivateWindow;
StartupWMClass=Firefox
X-XFCE-Source=file:///usr/share/applications/firefox.desktop
[Desktop Action NewWindow]
Name=Open a New Window
Exec=firefox -new-window
[Desktop Action NewPrivateWindow]
Name=Open a New Private Window
Exec=firefox -private-window

View File

@@ -0,0 +1,15 @@
[Desktop Entry]
Version=1.0
Type=Application
Exec=exo-open --launch FileManager %u
Icon=org.xfce.filemanager
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
Keywords=file;manager;explorer;browse;filesystem;directory;folder;xfce;
OnlyShowIn=XFCE;
X-XFCE-MimeType=inode/directory;x-scheme-handler/trash;
X-AppStream-Ignore=True
Name=File Manager
Comment=Browse the file system
X-XFCE-Source=file:///usr/share/applications/xfce4-file-manager.desktop

View File

@@ -0,0 +1,14 @@
[Desktop Entry]
Version=1.0
Type=Application
Exec=exo-open --launch TerminalEmulator
Icon=org.xfce.terminalemulator
StartupNotify=true
Terminal=false
Categories=Utility;X-XFCE;X-Xfce-Toplevel;
Keywords=terminal;command line;shell;console;xfce;
OnlyShowIn=XFCE;
X-AppStream-Ignore=True
Name=Terminal Emulator
Comment=Use the command line
X-XFCE-Source=file:///usr/share/applications/xfce4-terminal-emulator.desktop

View File

@@ -0,0 +1,23 @@
[Desktop Entry]
Name=Telegram
Comment=New era of messaging
TryExec=Telegram
Exec=Telegram -- %U
Icon=org.telegram.desktop
Terminal=false
StartupWMClass=TelegramDesktop
Type=Application
Categories=Chat;Network;InstantMessaging;Qt;
MimeType=x-scheme-handler/tg;x-scheme-handler/tonsite;
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
Actions=quit;
DBusActivatable=true
SingleMainWindow=true
X-GNOME-UsesNotifications=true
X-GNOME-SingleWindow=true
X-XFCE-Source=file:///usr/share/applications/org.telegram.desktop.desktop
[Desktop Action quit]
Exec=Telegram -quit
Name=Quit Telegram
Icon=application-exit

View File

@@ -0,0 +1,13 @@
[mailwatch-plugin]
click_command=
new_messages_command=
count_changed_command=
normal_icon=xfce-nomail
new_mail_icon=xfce-newmail
log_lines=200
show_log_status=true
auto_open_online_doc=false
[mailwatch]
nmailboxes=0

View File

@@ -0,0 +1,8 @@
Interface=wlp58s0
Autohide=false
AutohideMissing=false
SignalColors=true
ShowIcon=true
ShowBar=false
Command=nm-connection-editor

View File

@@ -0,0 +1,44 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<name>Bugz</name>
<regex>bug\s*#?\s*([0-9]+)</regex>
<group>0</group>
<commands>
<command>
<name>GNOME Bug</name>
<exec>exo-open https://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
</command>
<command>
<name>Xfce Bug</name>
<exec>exo-open https://bugzilla.xfce.org/show_bug.cgi?id=\1</exec>
</command>
</commands>
</action>
<action>
<name>Image</name>
<regex>(http|ftp).+\.(jpg|png|gif)</regex>
<group>0</group>
<commands>
<command>
<name>View with Ristretto</name>
<exec>ristretto &quot;\0&quot;</exec>
</command>
<command>
<name>Edit with Gimp</name>
<exec>gimp &quot;\0&quot;</exec>
</command>
</commands>
</action>
<action>
<name>Long URL</name>
<regex>https?://[^\s]{120,}</regex>
<group>0</group>
<commands>
<command>
<name>Shrink the URL</name>
<exec>exo-open https://tinyurl.com/create.php?url=\0</exec>
</command>
</commands>
</action>
</actions>

View File

@@ -0,0 +1,10 @@
[Settings]
mpd_host=localhost
mpd_port=6600
mpd_password=
show_frame=true
client_appl=SETME
streaming_appl=
tooltip_format=Volume: %vol%% - Mpd %status%%newline%%artist% - %album% -/- (#%track%) %title%
playlist_format=%artist% - %album% -/- (#%track%) %title%