-
Notifications
You must be signed in to change notification settings - Fork 1
/
menu
91 lines (91 loc) · 2.69 KB
/
menu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Generated by fluxbox-generate_menu
#
# If you read this it means you want to edit this file manually, so here
# are some useful tips:
#
# - You can add your own menu-entries to ~/.fluxbox/usermenu
#
# - If you miss apps please let me know and I will add them for the next
# release.
#
# - The -r option prevents removing of empty menu entries and lines which
# makes things much more readable.
#
# - To prevent any other app from overwriting your menu
# you can change the menu name in ~/.fluxbox/init to:
# session.menuFile: ~/.fluxbox/my-menu
[begin] (Fluxbox)
[encoding] {UTF-8}
[exec] (Tilix) {tilix}
[exec] (Xterm) {xterm}
[exec] (Firefox) {firefox}
[exec] (Sylpheed) {sylpheed}
[exec] (Telegram) {telegram-desktop}
[exec] (Run) {fbrun}
[separator]
[exit] (Exit)
[separator]
[submenu] (Internet)
[submenu] (Browsers)
[exec] (Firefox) {firefox}
[exec] (Google Chrome) {google-chrome-stable}
[exec] (Opera) {env QT_XFT=true opera}
[end]
[submenu] (Mail)
[exec] (Sylpheed) {sylpheed}
[end]
[submenu] (FTP)
[exec] (Filezilla) {filezilla}
[end]
[end]
[submenu] (Editors)
[exec] (Gedit) {gedit}
[exec] (Nano) {tilix -e nano}
[exec] (Sublime Text) {subl3}
[exec] (Vim) {tiliz -e vim}
[end]
[submenu] (Multimedia)
[submenu] (Graphics)
[exec] (Gimp) {gimp}
[exec] (Inkscape) {inkscape}
[end]
[submenu] (Audio & Video)
[exec] (Audacity) {audacity}
[exec] (KDEnlive) {flatpak run org.kde.kdenlive}
[exec] (Clementine) {clementine}
[exec] (Spotify) {spotify}
[exec] (Vlc) {vlc}
[end]
[submenu] (X-utils)
[exec] (Reload .Xdefaults) {xrdb -load $HOME/.Xdefaults}
[end]
[end]
[submenu] (Office)
[exec] (xpdf) {xpdf}
[end]
[submenu] (System Tools)
[exec] (Htop) {tilix -e htop}
[exec] (System Monitor) {gnome-system-monitor}
[end]
[submenu] (Fluxbox menu)
[config] (Configure)
[submenu] (System Styles) {Choose a style...}
[stylesdir] (/usr/share/fluxbox/styles)
[end]
[submenu] (User Styles) {Choose a style...}
[stylesdir] (~/.fluxbox/styles)
[end]
[workspaces] (Workspace List)
[submenu] (Tools)
[exec] (Screenshot - JPG) {import screenshot.jpg && display -resize 50% screenshot.jpg}
[exec] (Screenshot - PNG) {import screenshot.png && display -resize 50% screenshot.png}
[exec] (Run) {fbrun}
[exec] (Regen Menu) {fluxbox-generate_menu}
[end]
[commanddialog] (Fluxbox Command)
[reconfig] (Reload config)
[restart] (Restart)
[exec] (About) {(fluxbox -v; fluxbox -info | sed 1d) | xmessage -file - -center}
[end]
[endencoding]
[end]