commit
This commit is contained in:
parent
0600112196
commit
bc922b61c0
2 changed files with 4 additions and 3 deletions
|
|
@ -24,3 +24,4 @@ XKB_DEFAULT_MODEL=pc104
|
||||||
##
|
##
|
||||||
|
|
||||||
XCURSOR_THEME=Adwaita
|
XCURSOR_THEME=Adwaita
|
||||||
|
TERMINAL=konsole
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
<menu id="file manager" label="File" >
|
<menu id="file manager" label="File" >
|
||||||
<item label="Dolphin"><action name="Execute" command="dolphin" /></item>
|
<item label="Dolphin"><action name="Execute" command="dolphin" /></item>
|
||||||
<item label="Thunar"><action name="Execute" command="thunar" /></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>
|
||||||
<menu id="browser" label="Browser" >
|
<menu id="browser" label="Browser" >
|
||||||
<item label="Brave"><action name="Execute" command="brave" /></item>
|
<item label="Brave"><action name="Execute" command="brave" /></item>
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="tool" label="Tool" >
|
<menu id="tool" label="Tool" >
|
||||||
<item label="Clipboard"><action name="Execute" command="copyq show" /></item>
|
<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>
|
||||||
<menu id="code-editor" label="Code" >
|
<menu id="code-editor" label="Code" >
|
||||||
<item label="AntiGravity"><action name="Execute" command="antigravity" /></item>
|
<item label="AntiGravity"><action name="Execute" command="antigravity" /></item>
|
||||||
|
|
@ -58,7 +58,7 @@
|
||||||
<item label="labwc --reconfigure"><action name="Reconfigure" /></item>
|
<item label="labwc --reconfigure"><action name="Reconfigure" /></item>
|
||||||
</menu>
|
</menu>
|
||||||
<menu id="exit" label="Exit">
|
<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>
|
<item label="Logout"><action name="Execute" command="xfce4-session-logout" /></item>
|
||||||
</menu>
|
</menu>
|
||||||
<separator />
|
<separator />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue