hi
This commit is contained in:
10
xfce4/panel/docklike-22.rc
Normal file
10
xfce4/panel/docklike-22.rc
Normal file
@@ -0,0 +1,10 @@
|
||||
[user]
|
||||
showPreviews=true
|
||||
noWindowsListIfSingle=false
|
||||
indicatorStyle=2
|
||||
indicatorOrientation=1
|
||||
indicatorColor=rgb(189,147,249)
|
||||
inactiveColor=rgb(68,71,90)
|
||||
showWindowCount=true
|
||||
keyComboActive=false
|
||||
forceIconSize=false
|
||||
9
xfce4/panel/fsguard-2.rc
Normal file
9
xfce4/panel/fsguard-2.rc
Normal file
@@ -0,0 +1,9 @@
|
||||
yellow=8
|
||||
red=2
|
||||
lab_size_visible=true
|
||||
progress_bar_visible=false
|
||||
hide_button=true
|
||||
label=
|
||||
label_visible=false
|
||||
mnt=/
|
||||
|
||||
44
xfce4/panel/xfce4-clipman-actions.xml
Normal file
44
xfce4/panel/xfce4-clipman-actions.xml
Normal 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 http://bugzilla.gnome.org/show_bug.cgi?id=\1</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Xfce Bug</name>
|
||||
<exec>exo-open http://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 "\0"</exec>
|
||||
</command>
|
||||
<command>
|
||||
<name>Edit with Gimp</name>
|
||||
<exec>gimp-remote "\0"</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
<action>
|
||||
<name>Long URL</name>
|
||||
<regex>http://[^\s]{120,}</regex>
|
||||
<group>0</group>
|
||||
<commands>
|
||||
<command>
|
||||
<name>Shrink the URL</name>
|
||||
<exec>exo-open http://tinyurl.com/create.php?url=\0</exec>
|
||||
</command>
|
||||
</commands>
|
||||
</action>
|
||||
</actions>
|
||||
@@ -1,9 +0,0 @@
|
||||
[Settings]
|
||||
mpd_host=localhost
|
||||
mpd_port=6600
|
||||
mpd_password=
|
||||
show_frame=true
|
||||
client_appl=SETME
|
||||
tooltip_format=Volume : %vol%% - Mpd %status%%newline%%artist% - %album% -/- (#%track%) %title%
|
||||
playlist_format=%artist% - %album% -/- (#%track%) %title%
|
||||
|
||||
Reference in New Issue
Block a user