Skip to content

Commit

Permalink
labwc
Browse files Browse the repository at this point in the history
  • Loading branch information
cilegordev authored Dec 18, 2024
1 parent 8fa76ef commit a48683a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions labwc/autostart
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
xfdesktop & disown
10 changes: 10 additions & 0 deletions labwc/menu.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>

<labwc_menu>
<menu id="root-menu" label="">
<item label="Terminal"><action name="Execute" command="xterm" /></item>
<item label="Web browser"><action name="Execute" command="firefox" /></item>
<item label="Reconfigure"><action name="Reconfigure" /></item>
<item label="Exit"><action name="Exit" /></item>
</menu>
</labwc_menu>

0 comments on commit a48683a

Please sign in to comment.