From bac8afc548cd4738b6c065f832e7e556477de4f4 Mon Sep 17 00:00:00 2001 From: xf0r3m Date: Wed, 6 Dec 2023 19:12:59 +0100 Subject: [PATCH] Rekonfiguracja menu Start w wersji oldstable. --- xfce4/panel/whiskermenu-1.rc | 12 +++-- xfce4/panel/whiskermenu-1.rc_ | 83 +++++++++++++++++++++++++++++++++++ 2 files changed, 88 insertions(+), 7 deletions(-) create mode 100644 xfce4/panel/whiskermenu-1.rc_ diff --git a/xfce4/panel/whiskermenu-1.rc b/xfce4/panel/whiskermenu-1.rc index 2de1f11..7cd71d0 100644 --- a/xfce4/panel/whiskermenu-1.rc +++ b/xfce4/panel/whiskermenu-1.rc @@ -1,5 +1,5 @@ -favorites=xfce4-web-browser.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop,qmmp-1.desktop,gvim.desktop,vlc.desktop,virt-manager.desktop -recent=vlc.desktop,xfce4-terminal-emulator.desktop,xfce4-terminal.desktop +favorites=xfce4-web-browser.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop,gvim.desktop,vlc.desktop,virt-manager.desktop +recent= button-title=Start button-icon=debian-logo button-single-row=false @@ -8,21 +8,19 @@ show-button-icon=true launcher-show-name=true launcher-show-description=true launcher-show-tooltip=true -launcher-icon-size=3 +item-icon-size=3 hover-switch-category=false category-show-name=true category-icon-size=1 -sort-categories=true -view-mode=1 +load-hierarchy=false +view-as-icons=false default-category=0 recent-items-max=10 favorites-in-recent=true position-search-alternate=true position-commands-alternate=false position-categories-alternate=true -position-categories-horizontal=false stay-on-focus-out=false -profile-shape=0 confirm-session-command=true menu-width=450 menu-height=500 diff --git a/xfce4/panel/whiskermenu-1.rc_ b/xfce4/panel/whiskermenu-1.rc_ new file mode 100644 index 0000000..2de1f11 --- /dev/null +++ b/xfce4/panel/whiskermenu-1.rc_ @@ -0,0 +1,83 @@ +favorites=xfce4-web-browser.desktop,xfce4-file-manager.desktop,xfce4-terminal-emulator.desktop,qmmp-1.desktop,gvim.desktop,vlc.desktop,virt-manager.desktop +recent=vlc.desktop,xfce4-terminal-emulator.desktop,xfce4-terminal.desktop +button-title=Start +button-icon=debian-logo +button-single-row=false +show-button-title=true +show-button-icon=true +launcher-show-name=true +launcher-show-description=true +launcher-show-tooltip=true +launcher-icon-size=3 +hover-switch-category=false +category-show-name=true +category-icon-size=1 +sort-categories=true +view-mode=1 +default-category=0 +recent-items-max=10 +favorites-in-recent=true +position-search-alternate=true +position-commands-alternate=false +position-categories-alternate=true +position-categories-horizontal=false +stay-on-focus-out=false +profile-shape=0 +confirm-session-command=true +menu-width=450 +menu-height=500 +menu-opacity=100 +command-settings=xfce4-settings-manager +show-command-settings=true +command-lockscreen=xflock4 +show-command-lockscreen=true +command-switchuser=dm-tool switch-to-greeter +show-command-switchuser=false +command-logoutuser=xfce4-session-logout --logout --fast +show-command-logoutuser=true +command-restart=xfce4-session-logout --reboot --fast +show-command-restart=true +command-shutdown=xfce4-session-logout --halt --fast +show-command-shutdown=true +command-suspend=xfce4-session-logout --suspend +show-command-suspend=true +command-hibernate=xfce4-session-logout --hibernate +show-command-hibernate=false +command-logout=xfce4-session-logout +show-command-logout=false +command-menueditor=menulibre +show-command-menueditor=true +command-profile=mugshot +show-command-profile=true +search-actions=5 + +[action0] +name=Strony podręcznika +pattern=# +command=exo-open --launch TerminalEmulator man %s +regex=false + +[action1] +name=Wyszukiwarka internetowa +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=Uruchom w terminalu +pattern=! +command=exo-open --launch TerminalEmulator %s +regex=false + +[action4] +name=Otwórz adres URI +pattern=^(file|http|https):\\/\\/(.*)$ +command=exo-open \\0 +regex=true + -- 2.39.5