From a208eadd1289461bab82dd9554a2316898e7d23d Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Thu, 1 Sep 2022 20:03:35 -0400 Subject: refactor: organized the entire repo | feat: added pomodoro aliases inspired by bashbunni --- xfce4/panel/docklike-2.rc | 7 --- xfce4/panel/launcher-15/16018541791.desktop | 11 ---- xfce4/panel/whiskermenu-1.rc | 80 ----------------------------- xfce4/panel/xfce4-clipman-actions.xml | 44 ---------------- 4 files changed, 142 deletions(-) delete mode 100644 xfce4/panel/docklike-2.rc delete mode 100644 xfce4/panel/launcher-15/16018541791.desktop delete mode 100644 xfce4/panel/whiskermenu-1.rc delete mode 100644 xfce4/panel/xfce4-clipman-actions.xml (limited to 'xfce4/panel') diff --git a/xfce4/panel/docklike-2.rc b/xfce4/panel/docklike-2.rc deleted file mode 100644 index f738767..0000000 --- a/xfce4/panel/docklike-2.rc +++ /dev/null @@ -1,7 +0,0 @@ -[user] -pinned=/usr/share/applications/thunar.desktop;/usr/share/applications/google-chrome.desktop;/usr/share/applications/firefox.desktop;/usr/share/applications/brave-browser.desktop;/usr/share/applications/libreoffice-startcenter.desktop;/usr/share/applications/xfce4-terminal.desktop;/usr/share/applications/evolution-calendar.desktop; -onlyDisplayVisible=true -indicatorStyle=0 -indicatorColor=rgb(76,166,230) -inactiveColor=rgb(21,83,158) -showWindowCount=true diff --git a/xfce4/panel/launcher-15/16018541791.desktop b/xfce4/panel/launcher-15/16018541791.desktop deleted file mode 100644 index 18eace5..0000000 --- a/xfce4/panel/launcher-15/16018541791.desktop +++ /dev/null @@ -1,11 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=PulseAudio Volume Control -GenericName=Volume Control -Comment=Adjust the volume level -Exec=pavucontrol -Icon=multimedia-volume-control -StartupNotify=true -Type=Application -Categories=AudioVideo;Audio;Mixer;GTK; -X-XFCE-Source=file:///usr/share/applications/pavucontrol.desktop diff --git a/xfce4/panel/whiskermenu-1.rc b/xfce4/panel/whiskermenu-1.rc deleted file mode 100644 index ca4cb1e..0000000 --- a/xfce4/panel/whiskermenu-1.rc +++ /dev/null @@ -1,80 +0,0 @@ -favorites=xfce4-web-browser.desktop,xfce4-mail-reader.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop -recent=thunar.desktop,google-chrome.desktop,xfce-ui-settings.desktop,xfce-session-settings.desktop,xfce4-mime-settings.desktop,xfce4-notifyd-config.desktop,monodevelop.desktop,chrome-faolnafnngnfdaknnbpnkhgohbobgegn-Default.desktop,org.gnome.Evolution.desktop,insync.desktop -button-icon=/home/kylert/Downloads/58922-kernel-logo-arch-linux-png-download-free_64x64.ico -button-single-row=false -show-button-title=true -show-button-icon=true -launcher-show-name=true -launcher-show-description=true -launcher-show-tooltip=true -item-icon-size=3 -hover-switch-category=false -category-show-name=true -category-icon-size=0 -sort-categories=true -view-mode=1 -default-category=1 -recent-items-max=10 -favorites-in-recent=true -position-search-alternate=true -position-commands-alternate=false -position-categories-alternate=false -stay-on-focus-out=false -confirm-session-command=true -menu-width=879 -menu-height=537 -menu-opacity=50 -command-settings=xfce4-settings-manager -show-command-settings=true -command-lockscreen=xflock4 -show-command-lockscreen=true -command-switchuser=gdmflexiserver -show-command-switchuser=false -command-logoutuser=xfce4-session-logout --logout --fast -show-command-logoutuser=false -command-restart=xfce4-session-logout --reboot --fast -show-command-restart=false -command-shutdown=xfce4-session-logout --halt --fast -show-command-shutdown=false -command-suspend=xfce4-session-logout --suspend -show-command-suspend=false -command-hibernate=xfce4-session-logout --hibernate -show-command-hibernate=false -command-logout=xfce4-session-logout -show-command-logout=true -command-menueditor=menulibre -show-command-menueditor=true -command-profile=sh -c 'env XDG_CURRENT_DESKTOP=GNOME GTK_CSD=1 gnome-control-center' -show-command-profile=true -search-actions=5 - -[action0] -name=Man Pages -pattern=# -command=exo-open --launch TerminalEmulator man %s -regex=false - -[action1] -name=Web Search -pattern=? -command=exo-open --launch WebBrowser https://duckduckgo.com/?q=%u -regex=false - -[action2] -name=Wikipedia -pattern=!w -command=exo-open --launch WebBrowser https://en.wikipedia.org/wiki/%u -regex=false - -[action3] -name=Run in Terminal -pattern=! -command=exo-open --launch TerminalEmulator %s -regex=false - -[action4] -name=Open URI -pattern=^(file|http|https):\\/\\/(.*)$ -command=exo-open \\0 -regex=true - diff --git a/xfce4/panel/xfce4-clipman-actions.xml b/xfce4/panel/xfce4-clipman-actions.xml deleted file mode 100644 index 84ea9b3..0000000 --- a/xfce4/panel/xfce4-clipman-actions.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - - Bugz - bug\s*#?\s*([0-9]+) - 0 - - - GNOME Bug - exo-open http://bugzilla.gnome.org/show_bug.cgi?id=\1 - - - Xfce Bug - exo-open http://bugzilla.xfce.org/show_bug.cgi?id=\1 - - - - - Image - (http|ftp).+\.(jpg|png|gif) - 0 - - - View with Ristretto - ristretto "\0" - - - Edit with Gimp - gimp-remote "\0" - - - - - Long URL - http://[^\s]{120,} - 0 - - - Shrink the URL - exo-open http://tinyurl.com/create.php?url=\0 - - - - \ No newline at end of file -- cgit v1.2.3