small update
This commit is contained in:
parent
9d0bc22c3b
commit
cbf06ef6dc
2 changed files with 2 additions and 4 deletions
|
|
@ -58,10 +58,8 @@ engineeringmenu = {
|
||||||
}
|
}
|
||||||
gamesmenu = {
|
gamesmenu = {
|
||||||
{ "0 a.d.", "/usr/bin/0ad", "/usr/share/pixmaps/0ad.png" },
|
{ "0 a.d.", "/usr/bin/0ad", "/usr/share/pixmaps/0ad.png" },
|
||||||
{ "extreme tux racer", "/usr/bin/etr", "/usr/share/pixmaps/etr.png" },
|
{ "emulationstation", "/usr/bin/emulationstation", "/usr/share/pixmaps/retroarch.svg" },
|
||||||
{ "gvbam", "/usr/bin/gvbam", "/usr/share/icons/hicolor/48x48/apps/vbam.png" },
|
|
||||||
{ "steam", "/usr/bin/steam", "/usr/share/pixmaps/steam.png" },
|
{ "steam", "/usr/bin/steam", "/usr/share/pixmaps/steam.png" },
|
||||||
{ "supertux 2", "/usr/bin/supertux2", "/usr/share/pixmaps/supertux.png" },
|
|
||||||
}
|
}
|
||||||
graphicsmenu = {
|
graphicsmenu = {
|
||||||
{ "blender", "/usr/bin/blender", "/usr/share/icons/hicolor/48x48/apps/blender.png" },
|
{ "blender", "/usr/bin/blender", "/usr/share/icons/hicolor/48x48/apps/blender.png" },
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ local layouts =
|
||||||
--awful.layout.suit.spiral,
|
--awful.layout.suit.spiral,
|
||||||
--awful.layout.suit.spiral.dwindle,
|
--awful.layout.suit.spiral.dwindle,
|
||||||
--awful.layout.suit.max,
|
--awful.layout.suit.max,
|
||||||
--awful.layout.suit.max.fullscreen,
|
awful.layout.suit.max.fullscreen,
|
||||||
--awful.layout.suit.magnifier,
|
--awful.layout.suit.magnifier,
|
||||||
awful.layout.suit.floating
|
awful.layout.suit.floating
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue