commit
This commit is contained in:
parent
0600112196
commit
bc922b61c0
2 changed files with 4 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
<menu id="file manager" label="File" >
|
||||
<item label="Dolphin"><action name="Execute" command="dolphin" /></item>
|
||||
<item label="Thunar"><action name="Execute" command="thunar" /></item>
|
||||
<item label="Yazi"><action name="Execute" command="konsole yazi" /></item>
|
||||
<item label="Yazi"><action name="Execute" command="konsole -e yazi" /></item>
|
||||
</menu>
|
||||
<menu id="browser" label="Browser" >
|
||||
<item label="Brave"><action name="Execute" command="brave" /></item>
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
</menu>
|
||||
<menu id="tool" label="Tool" >
|
||||
<item label="Clipboard"><action name="Execute" command="copyq show" /></item>
|
||||
<item label="Screenshot"><action name="Execute" command="a" /></item>
|
||||
<item label="Screenshot"><action name="Execute" command="~/.config/screenshot-script/wayland-screenshot-full.sh" /></item>
|
||||
</menu>
|
||||
<menu id="code-editor" label="Code" >
|
||||
<item label="AntiGravity"><action name="Execute" command="antigravity" /></item>
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
<item label="labwc --reconfigure"><action name="Reconfigure" /></item>
|
||||
</menu>
|
||||
<menu id="exit" label="Exit">
|
||||
<item label="x11 Switch"><action name="Execute" command="xfce4-session-logout" /></item>
|
||||
<!-- <item label="x11 Switch"><action name="Execute" command="xfce4-session-logout" /></item> -->
|
||||
<item label="Logout"><action name="Execute" command="xfce4-session-logout" /></item>
|
||||
</menu>
|
||||
<separator />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue