diff options
| -rw-r--r-- | config/xfce4/panel/genmon-11.rc | 6 | ||||
| -rw-r--r-- | config/xfce4/panel/genmon-17.rc | 6 | ||||
| -rw-r--r-- | config/xfce4/panel/genmon-19.rc | 6 | ||||
| -rw-r--r-- | config/xfce4/panel/genmon-21.rc | 6 | ||||
| -rw-r--r-- | config/xfce4/panel/genmon-9.rc | 6 | ||||
| -rw-r--r-- | config/xfce4/panel/xfce4-clipman-actions.xml | 44 | ||||
| -rw-r--r-- | config/xfce4/terminal/accels.scm | 68 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/thunar.xml | 20 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml | 46 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml | 22 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-panel.xml | 248 | ||||
| -rw-r--r-- | config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml | 12 | ||||
| -rw-r--r-- | config/xfce4/xfce4-screenshooter | 12 | ||||
| -rw-r--r-- | copy-all.sh | 6 |
14 files changed, 505 insertions, 3 deletions
diff --git a/config/xfce4/panel/genmon-11.rc b/config/xfce4/panel/genmon-11.rc new file mode 100644 index 0000000..4145dc9 --- /dev/null +++ b/config/xfce4/panel/genmon-11.rc @@ -0,0 +1,6 @@ +Command=/home/aura/.lang.sh +UseLabel=0 +Text=(genmon) +UpdatePeriod=1000 +Font=Px437 DOS/V re. JPN12 10 + diff --git a/config/xfce4/panel/genmon-17.rc b/config/xfce4/panel/genmon-17.rc new file mode 100644 index 0000000..4145dc9 --- /dev/null +++ b/config/xfce4/panel/genmon-17.rc @@ -0,0 +1,6 @@ +Command=/home/aura/.lang.sh +UseLabel=0 +Text=(genmon) +UpdatePeriod=1000 +Font=Px437 DOS/V re. JPN12 10 + diff --git a/config/xfce4/panel/genmon-19.rc b/config/xfce4/panel/genmon-19.rc new file mode 100644 index 0000000..4546394 --- /dev/null +++ b/config/xfce4/panel/genmon-19.rc @@ -0,0 +1,6 @@ +Command=/home/aura/code/dotfiles/nowplaying/playing.js +UseLabel=0 +Text=(genmon) +UpdatePeriod=5000 +Font=Px437 DOS/V re. JPN12 10 + diff --git a/config/xfce4/panel/genmon-21.rc b/config/xfce4/panel/genmon-21.rc new file mode 100644 index 0000000..e8c8f90 --- /dev/null +++ b/config/xfce4/panel/genmon-21.rc @@ -0,0 +1,6 @@ +Command=/home/aura/.panel.sh +UseLabel=0 +Text=(genmon) +UpdatePeriod=1000 +Font=Px437 DOS/V re. JPN12 10 + diff --git a/config/xfce4/panel/genmon-9.rc b/config/xfce4/panel/genmon-9.rc new file mode 100644 index 0000000..e8c8f90 --- /dev/null +++ b/config/xfce4/panel/genmon-9.rc @@ -0,0 +1,6 @@ +Command=/home/aura/.panel.sh +UseLabel=0 +Text=(genmon) +UpdatePeriod=1000 +Font=Px437 DOS/V re. JPN12 10 + diff --git a/config/xfce4/panel/xfce4-clipman-actions.xml b/config/xfce4/panel/xfce4-clipman-actions.xml new file mode 100644 index 0000000..9d8cf34 --- /dev/null +++ b/config/xfce4/panel/xfce4-clipman-actions.xml @@ -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 "\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>
\ No newline at end of file diff --git a/config/xfce4/terminal/accels.scm b/config/xfce4/terminal/accels.scm new file mode 100644 index 0000000..e9734e5 --- /dev/null +++ b/config/xfce4/terminal/accels.scm @@ -0,0 +1,68 @@ +; xfce4-terminal GtkAccelMap rc-file -*- scheme -*- +; this file is an automated accelerator map dump +; +; (gtk_accel_path "<Actions>/terminal-window/copy-html" "") +; (gtk_accel_path "<Actions>/terminal-window/new-tab" "<Primary><Shift>t") +; (gtk_accel_path "<Actions>/terminal-window/reset" "") +; (gtk_accel_path "<Actions>/terminal-window/next-tab" "<Primary>Page_Down") +; (gtk_accel_path "<Actions>/terminal-window/search-prev" "") +; (gtk_accel_path "<Actions>/terminal-window/close-tab" "<Primary><Shift>w") +; (gtk_accel_path "<Actions>/terminal-window/help-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/tabs-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/zoom-in-alt" "<Primary>KP_Add") +; (gtk_accel_path "<Actions>/terminal-widget/shift-pagedown" "<Shift>Page_Down") +; (gtk_accel_path "<Actions>/terminal-window/show-toolbar" "") +; (gtk_accel_path "<Actions>/terminal-window/move-tab-right" "<Primary><Shift>Page_Down") +; (gtk_accel_path "<Actions>/terminal-window/zoom-in" "<Primary>plus") +; (gtk_accel_path "<Actions>/terminal-window/fullscreen" "F11") +; (gtk_accel_path "<Actions>/terminal-window/about" "") +; (gtk_accel_path "<Actions>/terminal-window/paste-selection" "") +; (gtk_accel_path "<Actions>/terminal-window/paste" "<Primary><Shift>v") +(gtk_accel_path "<Actions>/terminal-widget/shift-down" "") +; (gtk_accel_path "<Actions>/terminal-window/new-window" "<Primary><Shift>n") +; (gtk_accel_path "<Actions>/terminal-window/edit-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-9" "<Alt>9") +; (gtk_accel_path "<Actions>/terminal-window/reset-and-clear" "") +(gtk_accel_path "<Actions>/terminal-window/toggle-menubar" "") +; (gtk_accel_path "<Actions>/terminal-window/paste-selection-alt" "") +; (gtk_accel_path "<Actions>/terminal-window/set-title-color" "") +; (gtk_accel_path "<Actions>/terminal-window/zoom-reset" "<Primary>0") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-8" "<Alt>8") +; (gtk_accel_path "<Actions>/terminal-window/detach-tab" "") +; (gtk_accel_path "<Actions>/terminal-window/copy" "<Primary><Shift>c") +; (gtk_accel_path "<Actions>/terminal-window/show-borders" "") +; (gtk_accel_path "<Actions>/terminal-window/undo-close-tab" "<Primary><Shift>d") +; (gtk_accel_path "<Actions>/terminal-window/open-folder" "") +; (gtk_accel_path "<Actions>/terminal-window/select-all" "<Primary><Shift>a") +; (gtk_accel_path "<Actions>/terminal-window/search-next" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-7" "<Alt>7") +; (gtk_accel_path "<Actions>/terminal-window/show-menubar" "") +; (gtk_accel_path "<Actions>/terminal-window/move-tab-left" "<Primary><Shift>Page_Up") +; (gtk_accel_path "<Actions>/terminal-window/zoom-reset-alt" "<Primary>KP_0") +; (gtk_accel_path "<Actions>/terminal-window/read-only" "") +; (gtk_accel_path "<Actions>/terminal-window/file-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/zoom-out-alt" "<Primary>KP_Subtract") +; (gtk_accel_path "<Actions>/terminal-window/search" "<Primary><Shift>f") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-6" "<Alt>6") +; (gtk_accel_path "<Actions>/terminal-window/preferences" "") +; (gtk_accel_path "<Actions>/terminal-window/prev-tab" "<Primary>Page_Up") +; (gtk_accel_path "<Actions>/terminal-window/set-title" "<Primary><Shift>s") +; (gtk_accel_path "<Actions>/terminal-window/terminal-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/copy-input" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-5" "<Alt>5") +(gtk_accel_path "<Actions>/terminal-window/contents" "") +; (gtk_accel_path "<Actions>/terminal-window/paste-alt" "<Primary><Shift>Insert") +(gtk_accel_path "<Actions>/terminal-widget/shift-up" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-4" "<Alt>4") +; (gtk_accel_path "<Actions>/terminal-window/scroll-on-output" "") +; (gtk_accel_path "<Actions>/terminal-window/zoom-out" "<Primary>minus") +; (gtk_accel_path "<Actions>/terminal-widget/shift-pageup" "<Shift>Page_Up") +; (gtk_accel_path "<Actions>/terminal-window/zoom-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/close-window" "<Primary><Shift>q") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-3" "<Alt>3") +; (gtk_accel_path "<Actions>/terminal-window/last-active-tab" "") +; (gtk_accel_path "<Actions>/terminal-window/save-contents" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-2" "<Alt>2") +; (gtk_accel_path "<Actions>/terminal-window/close-other-tabs" "") +; (gtk_accel_path "<Actions>/terminal-window/view-menu" "") +; (gtk_accel_path "<Actions>/terminal-window/goto-tab-1" "<Alt>1") diff --git a/config/xfce4/xfce-perchannel-xml/thunar.xml b/config/xfce4/xfce-perchannel-xml/thunar.xml new file mode 100644 index 0000000..cfa89c3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/thunar.xml @@ -0,0 +1,20 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="thunar" version="1.0"> + <property name="last-view" type="string" value="ThunarIconView"/> + <property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/> + <property name="last-window-width" type="int" value="501"/> + <property name="last-window-height" type="int" value="376"/> + <property name="last-window-maximized" type="bool" value="false"/> + <property name="last-separator-position" type="int" value="207"/> + <property name="last-show-hidden" type="bool" value="false"/> + <property name="last-side-pane" type="string" value="THUNAR_SIDEPANE_TYPE_HIDDEN_TREE"/> + <property name="last-splitview-separator-position" type="int" value="350"/> + <property name="misc-single-click" type="bool" value="false"/> + <property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_38_PERCENT"/> + <property name="last-details-view-column-widths" type="string" value="50,50,90,50,50,60,50,50,344,50,50,76,50,321"/> + <property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/> + <property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/> + <property name="last-toolbar-items" type="string" value="menu:0,back:1,forward:1,open-parent:1,new-tab:0,new-window:0,toggle-split-view:0,undo:0,redo:0,zoom-out:0,zoom-in:0,zoom-reset:0,view-as-icons:0,view-as-detailed-list:0,view-as-compact-list:0,view-switcher:0,location-bar:1,open-home:0,reload:0,search:0,uca-action-1731260116923518-1:0"/> + <property name="misc-symbolic-icons-in-toolbar" type="bool" value="false"/> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml b/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml new file mode 100644 index 0000000..b84895b --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-appfinder.xml @@ -0,0 +1,46 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-appfinder" version="1.0"> + <property name="actions" type="array"> + <value type="int" value="5"/> + <value type="int" value="4"/> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="1"/> + <property name="action-5" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="/"/> + <property name="command" type="string" value="exo-open --launch FileManager %S"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-4" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="#"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator man %s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-3" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="!w"/> + <property name="command" type="string" value="exo-open --launch WebBrowser http://en.wikipedia.org/wiki/%s"/> + <property name="save" type="bool" value="false"/> + </property> + <property name="action-2" type="empty"> + <property name="type" type="int" value="0"/> + <property name="pattern" type="string" value="$"/> + <property name="command" type="string" value="exo-open --launch TerminalEmulator %s"/> + <property name="save" type="bool" value="true"/> + </property> + <property name="action-1" type="empty"> + <property name="type" type="int" value="1"/> + <property name="pattern" type="string" value="^(file|http|https):\/\/(.*)$"/> + <property name="command" type="string" value="exo-open \0"/> + <property name="save" type="bool" value="false"/> + </property> + </property> + <property name="last" type="empty"> + <property name="window-height" type="int" value="422"/> + <property name="window-width" type="int" value="958"/> + <property name="pane-position" type="int" value="180"/> + </property> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml b/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml new file mode 100644 index 0000000..771ed51 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-notifyd.xml @@ -0,0 +1,22 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-notifyd" version="1.0"> + <property name="log-max-size-enabled" type="bool" value="true"/> + <property name="applications" type="empty"> + <property name="known_applications" type="array"> + <value type="string" value="discord"/> + <value type="string" value="Firefox"/> + <value type="string" value="fr.handbrake.ghb"/> + <value type="string" value="notify-send"/> + <value type="string" value="org.freedesktop.network-manager-applet"/> + <value type="string" value="org.xfce.Thunar"/> + <value type="string" value="signal"/> + <value type="string" value="Studio"/> + <value type="string" value="Transmission"/> + <value type="string" value="vlc"/> + <value type="string" value="Xfce volume control"/> + <value type="string" value="xfce4-settings-helper"/> + </property> + </property> + <property name="do-not-disturb" type="bool" value="false"/> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml b/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml new file mode 100644 index 0000000..bf415a3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-panel.xml @@ -0,0 +1,248 @@ +<?xml version="1.1" encoding="UTF-8"?> + +<channel name="xfce4-panel" version="1.0"> + <property name="configver" type="int" value="2"/> + <property name="panels" type="array"> + <value type="int" value="1"/> + <value type="int" value="2"/> + <property name="dark-mode" type="bool" value="false"/> + <property name="panel-1" type="empty"> + <property name="position" type="string" value="p=6;x=2240;y=14"/> + <property name="length" type="double" value="100"/> + <property name="position-locked" type="bool" value="true"/> + <property name="icon-size" type="uint" value="16"/> + <property name="size" type="uint" value="26"/> + <property name="plugin-ids" type="array"> + <value type="int" value="3"/> + <value type="int" value="2"/> + <value type="int" value="7"/> + <value type="int" value="5"/> + <value type="int" value="11"/> + <value type="int" value="16"/> + <value type="int" value="19"/> + <value type="int" value="1"/> + <value type="int" value="6"/> + <value type="int" value="10"/> + <value type="int" value="9"/> + <value type="int" value="12"/> + </property> + <property name="output-name" type="string" value="DP-0"/> + </property> + <property name="panel-2" type="empty"> + <property name="position" type="string" value="p=6;x=640;y=14"/> + <property name="size" type="uint" value="26"/> + <property name="length" type="double" value="100"/> + <property name="enable-struts" type="bool" value="true"/> + <property name="plugin-ids" type="array"> + <value type="int" value="4"/> + <value type="int" value="13"/> + <value type="int" value="8"/> + <value type="int" value="15"/> + <value type="int" value="17"/> + <value type="int" value="18"/> + <value type="int" value="21"/> + <value type="int" value="20"/> + </property> + <property name="position-locked" type="bool" value="true"/> + <property name="output-name" type="string" value="HDMI-0"/> + </property> + </property> + <property name="plugins" type="empty"> + <property name="plugin-2" type="string" value="tasklist"> + <property name="grouping" type="bool" value="false"/> + <property name="show-labels" type="bool" value="false"/> + <property name="flat-buttons" type="bool" value="false"/> + <property name="show-handle" type="bool" value="false"/> + <property name="show-tooltips" type="bool" value="true"/> + <property name="middle-click" type="uint" value="1"/> + <property name="show-wireframes" type="bool" value="false"/> + <property name="include-all-workspaces" type="bool" value="false"/> + </property> + <property name="plugin-5" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + <property name="expand" type="bool" value="true"/> + </property> + <property name="plugin-6" type="string" value="systray"> + <property name="square-icons" type="bool" value="true"/> + <property name="known-legacy-items" type="array"> + <value type="string" value="obs"/> + <value type="string" value="networkmanager アプレット"/> + <value type="string" value="steam"/> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="ibus パネル"/> + <value type="string" value="ネットワーク接続がありません"/> + <value type="string" value="ethernet ネットワーク接続 'wired connection 2' はアクティブです"/> + <value type="string" value="discord"/> + <value type="string" value="ibus panel"/> + <value type="string" value="ibus-ui-gtk3"/> + <value type="string" value="clipman"/> + <value type="string" value="ethernet network connection “wired connection 2” active"/> + <value type="string" value="no network connection"/> + <value type="string" value="networking disabled"/> + <value type="string" value="hp-systray"/> + <value type="string" value="networkmanager applet"/> + </property> + <property name="known-items" type="array"> + <value type="string" value="systray_1899"/> + <value type="string" value="systray_1722"/> + <value type="string" value="systray_1793"/> + <value type="string" value="systray_1806"/> + <value type="string" value="systray_1812"/> + <value type="string" value="systray_1807"/> + <value type="string" value="systray_1871"/> + <value type="string" value="systray_1804"/> + <value type="string" value="systray_1798"/> + <value type="string" value="systray_1839"/> + <value type="string" value="obs"/> + <value type="string" value="systray_1698"/> + <value type="string" value="systray_1702"/> + <value type="string" value="vlc"/> + <value type="string" value="systray_1699"/> + <value type="string" value="systray_1723"/> + <value type="string" value="systray_1728"/> + <value type="string" value="systray_1888"/> + <value type="string" value="systray_1720"/> + <value type="string" value="cortile"/> + <value type="string" value="steam"/> + <value type="string" value="chrome_status_icon_1"/> + </property> + <property name="hidden-legacy-items" type="array"> + <value type="string" value="xfce4-power-manager"/> + <value type="string" value="clipman"/> + <value type="string" value="discord"/> + <value type="string" value="ibus-ui-gtk3"/> + <value type="string" value="ibus パネル"/> + <value type="string" value="ibus panel"/> + </property> + <property name="hidden-items" type="array"> + <value type="string" value="chrome_status_icon_1"/> + <value type="string" value="steam"/> + <value type="string" value="obs"/> + </property> + </property> + <property name="plugin-10" type="string" value="notification-plugin"/> + <property name="plugin-12" type="string" value="clock"> + <property name="digital-layout" type="uint" value="3"/> + <property name="digital-date-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="digital-time-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="mode" type="uint" value="2"/> + <property name="digital-time-format" type="string" value="%l:%M:%S %b%d"/> + </property> + <property name="plugin-7" type="string" value="appmenu"> + <property name="plugins" type="empty"> + <property name="plugin-7" type="empty"> + <property name="compact-mode" type="bool" value="false"/> + <property name="bold-application-name" type="bool" value="false"/> + <property name="expand" type="bool" value="true"/> + </property> + </property> + </property> + <property name="plugin-3" type="string" value="whiskermenu"> + <property name="launcher-icon-size" type="int" value="1"/> + <property name="category-icon-size" type="int" value="-1"/> + <property name="launcher-show-description" type="bool" value="false"/> + <property name="show-button-icon" type="bool" value="false"/> + <property name="show-button-title" type="bool" value="true"/> + <property name="button-title" type="string" value="start "/> + <property name="position-categories-horizontal" type="bool" value="true"/> + <property name="position-categories-alternate" type="bool" value="true"/> + <property name="position-profile-alternate" type="bool" value="false"/> + <property name="position-search-alternate" type="bool" value="true"/> + <property name="position-commands-alternate" type="bool" value="false"/> + <property name="menu-width" type="int" value="200"/> + <property name="menu-height" type="int" value="400"/> + <property name="launcher-show-tooltip" type="bool" value="true"/> + <property name="recent" type="array"> + <value type="string" value="virt-manager.desktop"/> + <value type="string" value="qdirstat.desktop"/> + <value type="string" value="anki.desktop"/> + <value type="string" value="term.desktop"/> + <value type="string" value="org.kde.kolourpaint.desktop"/> + <value type="string" value="net.lutris.strinova-1.desktop"/> + <value type="string" value="firefox.desktop"/> + <value type="string" value="discord.desktop"/> + <value type="string" value="net.lutris.Lutris.desktop"/> + <value type="string" value="xfce4-taskmanager.desktop"/> + </property> + <property name="command-logout" type="string" value="/home/aura/.signout.sh"/> + <property name="favorites" type="array"> + <value type="string" value="xfce4-web-browser.desktop"/> + <value type="string" value="xfce4-file-manager.desktop"/> + <value type="string" value="xfce4-terminal-emulator.desktop"/> + <value type="string" value="discord.desktop"/> + <value type="string" value="signal-desktop.desktop"/> + <value type="string" value="steam.desktop"/> + </property> + </property> + <property name="plugin-4" type="string" value="whiskermenu"> + <property name="menu-width" type="int" value="224"/> + <property name="menu-height" type="int" value="375"/> + <property name="view-mode" type="int" value="1"/> + <property name="launcher-show-description" type="bool" value="false"/> + <property name="position-categories-horizontal" type="bool" value="true"/> + <property name="position-categories-alternate" type="bool" value="true"/> + <property name="position-profile-alternate" type="bool" value="false"/> + <property name="position-search-alternate" type="bool" value="true"/> + <property name="category-icon-size" type="int" value="-1"/> + <property name="launcher-icon-size" type="int" value="1"/> + <property name="profile-shape" type="int" value="1"/> + <property name="show-button-icon" type="bool" value="false"/> + <property name="show-button-title" type="bool" value="true"/> + <property name="button-title" type="string" value="start"/> + <property name="recent" type="array"> + <value type="string" value="anki.desktop"/> + <value type="string" value="com.obsproject.Studio.desktop"/> + <value type="string" value="signal-desktop.desktop"/> + <value type="string" value="discord.desktop"/> + </property> + <property name="favorites" type="array"> + <value type="string" value="xfce4-web-browser.desktop"/> + <value type="string" value="xfce4-mail-reader.desktop"/> + <value type="string" value="xfce4-file-manager.desktop"/> + <value type="string" value="xfce4-terminal-emulator.desktop"/> + </property> + </property> + <property name="plugin-13" type="string" value="tasklist"> + <property name="show-labels" type="bool" value="false"/> + <property name="show-handle" type="bool" value="false"/> + <property name="show-tooltips" type="bool" value="true"/> + <property name="middle-click" type="uint" value="1"/> + </property> + <property name="plugin-15" type="string" value="separator"> + <property name="style" type="uint" value="0"/> + <property name="expand" type="bool" value="true"/> + </property> + <property name="plugin-1" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + <property name="known-players" type="string" value="audacious;firefox;vlc"/> + </property> + <property name="plugin-9" type="string" value="genmon"/> + <property name="plugin-11" type="string" value="genmon"/> + <property name="plugin-17" type="string" value="genmon"/> + <property name="plugin-18" type="string" value="pulseaudio"> + <property name="enable-keyboard-shortcuts" type="bool" value="true"/> + <property name="known-players" type="string" value="audacious;firefox;vlc"/> + </property> + <property name="plugin-20" type="string" value="clock"> + <property name="digital-layout" type="uint" value="3"/> + <property name="tooltip-format" type="string" value=""/> + <property name="digital-time-font" type="string" value="Px437 DOS/V re. JPN12 10"/> + <property name="mode" type="uint" value="2"/> + <property name="fuzziness" type="uint" value="0"/> + <property name="digital-time-format" type="string" value="%l:%M:%S %b%d"/> + </property> + <property name="plugin-21" type="string" value="genmon"/> + <property name="plugin-16" type="string" value="separator"> + <property name="style" type="uint" value="3"/> + <property name="expand" type="bool" value="false"/> + </property> + <property name="plugin-19" type="string" value="genmon"/> + <property name="plugin-8" type="string" value="appmenu"> + <property name="plugins" type="empty"> + <property name="plugin-8" type="empty"> + <property name="expand" type="bool" value="true"/> + </property> + </property> + </property> + </property> +</channel> diff --git a/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml b/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml new file mode 100644 index 0000000..58061a3 --- /dev/null +++ b/config/xfce4/xfce-perchannel-xml/xfce4-screenshooter.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<channel name="xfce4-screenshooter" version="1.0"> + <property name="imgur-custom-action-added" type="bool" value="true"/> + <property name="actions" type="empty"> + <property name="action-0" type="empty"> + <property name="name" type="string" value="Host on Imgur™"/> + <property name="command" type="string" value="/usr/libexec/xfce4/screenshooter/scripts/imgur-upload.sh %f %imgur_client_id"/> + </property> + <property name="actions" type="int" value="1"/> + </property> +</channel> diff --git a/config/xfce4/xfce4-screenshooter b/config/xfce4/xfce4-screenshooter new file mode 100644 index 0000000..f5acbca --- /dev/null +++ b/config/xfce4/xfce4-screenshooter @@ -0,0 +1,12 @@ +app=xpaint +custom_action_command=/usr/libexec/xfce4/screenshooter/scripts/imgur-upload.sh %f %imgur_client_id +last_user= +last_extension=png +show_in_folder=false +screenshot_dir=file:/home/aura/Desktop +action=2 +delay=3 +region=3 +show_mouse=1 +show_border=1 + diff --git a/copy-all.sh b/copy-all.sh index 82199c3..296bf3d 100644 --- a/copy-all.sh +++ b/copy-all.sh @@ -7,8 +7,8 @@ if [ "$answer" != "y" ]; then exit 1 fi -cp -r ./config/* ~/.config/ -cp -r ./icons/* ~/.icons/ -cp -r ./themes/* ~/.themes/ +cp -rf ./config/* ~/.config/ +cp -rf ./icons/* ~/.icons/ +cp -rf ./themes/* ~/.themes/ cp ./vimrc ~/.vimrc cp ./zshrc ~/.zshrc |
