X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=etc%2Fcfg_ion.lua;h=726d6546768c97e447bdc129d6c4b13b2d09290a;hb=a33db24c701fe232639d904f934f68818393f95e;hp=790cc46fa2178ba8843a5aad4829944ed133dfaa;hpb=ae4260bb64817c11f9a7140324cd3e3ba113e297;p=ion3.git diff --git a/etc/cfg_ion.lua b/etc/cfg_ion.lua index 790cc46..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'