X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Fcfg_ion.lua;h=726d6546768c97e447bdc129d6c4b13b2d09290a;hb=16cce41ec7a846b99273dbee63f4d2ad16df5ffc;hp=d1255e5807368c8f85be51113240e38b8fa02e38;hpb=de22e45179cb3bafa490294d31d47f361047a30a;p=ion3.git diff --git a/etc/cfg_ion.lua b/etc/cfg_ion.lua index d1255e5..726d654 100644 --- a/etc/cfg_ion.lua +++ b/etc/cfg_ion.lua @@ -32,6 +32,20 @@ ioncore.set{ -- Movement commands warp the pointer to frames instead of just -- changing focus. Enabled by default. --warp=true, + + -- Switch frames to display newly mapped windows + --switchto=true, + + -- Default index for windows in frames: one of 'last', 'next' (for + -- after current), or 'next-act' (for after current and anything with + -- activity right after it). + --frame_default_index='next', + + -- Auto-unsqueeze transients/menus/queries. + --unsqueeze=true, + + -- Display notification tooltips for activity on hidden workspace. + --screen_notify=true, } @@ -39,6 +53,8 @@ ioncore.set{ -- commented out below, except mod_dock. If you do not want to load -- something, comment out this line, and uncomment the lines corresponding -- the the modules or configuration files that you want, below. +-- The modules' configuration files correspond to the names of the +-- modules with 'mod' replaced by 'cfg'. dopath("cfg_defaults") -- Load configuration of the Ion 'core' @@ -58,3 +74,19 @@ dopath("cfg_defaults") --dopath("mod_dock") --dopath("mod_sp") + +-- +-- Common customisations +-- + +-- Uncommenting the following lines should get you plain-old-menus instead +-- of query-menus. + +--defbindings("WScreen", { +-- kpress(ALTMETA.."F12", "mod_menu.menu(_, _sub, 'mainmenu', {big=true})"), +--}) +-- +--defbindings("WMPlex.toplevel", { +-- kpress(META.."M", "mod_menu.menu(_, _sub, 'ctxmenu')"), +--}) +