From 533e46a0735c29dba2b80e11688605fcd6beb8b5 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Wed, 31 Aug 2011 14:48:25 +0200 Subject: [PATCH] configs: Fix Ion -> Notion and fix some paths(~/.ion3 -> ~/.notion) Thanks to Keits for the patch --- etc/cfg_defaults.lua | 6 +----- etc/cfg_dock.lua | 2 +- etc/cfg_layouts.lua | 2 +- etc/cfg_notion.lua | 8 ++++---- etc/cfg_notioncore.lua | 2 +- etc/cfg_statusbar.lua | 2 +- etc/cfg_tiling.lua | 2 +- etc/look_brownsteel.lua | 2 +- etc/look_clean.lua | 2 +- etc/look_cleanios.lua | 2 +- etc/look_cleanviolet.lua | 2 +- etc/look_dusky.lua | 2 +- etc/look_greenlight.lua | 2 +- etc/look_greyviolet.lua | 2 +- etc/look_ios.lua | 2 +- etc/look_newviolet.lua | 2 +- etc/look_simpleblue.lua | 2 +- 17 files changed, 20 insertions(+), 24 deletions(-) diff --git a/etc/cfg_defaults.lua b/etc/cfg_defaults.lua index 6241566d..f420e939 100644 --- a/etc/cfg_defaults.lua +++ b/etc/cfg_defaults.lua @@ -1,5 +1,5 @@ -- --- Ion default settings +-- Notion default settings -- dopath("cfg_notioncore") @@ -10,8 +10,4 @@ dopath("mod_query") dopath("mod_menu") dopath("mod_tiling") dopath("mod_statusbar") ---dopath("mod_dock") dopath("mod_sp") - --- Deprecated. -dopath("cfg_user", true) diff --git a/etc/cfg_dock.lua b/etc/cfg_dock.lua index 70dcf3ce..582c0b59 100644 --- a/etc/cfg_dock.lua +++ b/etc/cfg_dock.lua @@ -1,5 +1,5 @@ -- --- Ion dock module configuration +-- Notion dock module configuration -- -- Create a dock diff --git a/etc/cfg_layouts.lua b/etc/cfg_layouts.lua index 41bda19b..246d1ae8 100644 --- a/etc/cfg_layouts.lua +++ b/etc/cfg_layouts.lua @@ -1,5 +1,5 @@ -- --- Layouts for Ion +-- Layouts for Notion -- -- diff --git a/etc/cfg_notion.lua b/etc/cfg_notion.lua index 8933782b..6ddb4191 100644 --- a/etc/cfg_notion.lua +++ b/etc/cfg_notion.lua @@ -1,16 +1,16 @@ -- --- Ion main configuration file +-- Notion main configuration file -- -- This file only includes some settings that are rather frequently altered. -- The rest of the settings are in cfg_notioncore.lua and individual modules' -- configuration files (cfg_modulename.lua). -- -- When any binding and other customisations that you want are minor, it is --- recommended that you include them in a copy of this file in ~/.ion3/. +-- recommended that you include them in a copy of this file in ~/.notion/. -- Simply create or copy the relevant settings at the end of this file (from -- the other files), recalling that a key can be unbound by passing 'nil' -- (without the quotes) as the callback. For more information, please see --- the Ion configuration manual available from the Ion Web page. +-- the Notion configuration manual available from the Notion Web page. -- -- Set default modifiers. Alt should usually be mapped to Mod1 on @@ -64,7 +64,7 @@ ioncore.set{ -- modules with 'mod' replaced by 'cfg'. dopath("cfg_defaults") --- Load configuration of the Ion 'core'. Most bindings are here. +-- Load configuration of the Notion 'core'. Most bindings are here. --dopath("cfg_notioncore") -- Load some kludges to make apps behave better. diff --git a/etc/cfg_notioncore.lua b/etc/cfg_notioncore.lua index 6e3c0de0..fa19754b 100644 --- a/etc/cfg_notioncore.lua +++ b/etc/cfg_notioncore.lua @@ -1,5 +1,5 @@ -- --- Ion core configuration file +-- Notion core configuration file -- diff --git a/etc/cfg_statusbar.lua b/etc/cfg_statusbar.lua index dd04c324..e4495e0d 100644 --- a/etc/cfg_statusbar.lua +++ b/etc/cfg_statusbar.lua @@ -1,5 +1,5 @@ -- --- Ion statusbar module configuration file +-- Notion statusbar module configuration file -- diff --git a/etc/cfg_tiling.lua b/etc/cfg_tiling.lua index 3942f08b..26588cf4 100644 --- a/etc/cfg_tiling.lua +++ b/etc/cfg_tiling.lua @@ -1,5 +1,5 @@ -- --- Ion tiling module configuration file +-- Notion tiling module configuration file -- -- Bindings for the tilings. diff --git a/etc/look_brownsteel.lua b/etc/look_brownsteel.lua index 68346d4d..4d4cc65d 100644 --- a/etc/look_brownsteel.lua +++ b/etc/look_brownsteel.lua @@ -1,4 +1,4 @@ --- look_brownsteel.lua drawing engine configuration file for Ion. +-- look_brownsteel.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_clean.lua b/etc/look_clean.lua index 033655fb..65f81bf5 100644 --- a/etc/look_clean.lua +++ b/etc/look_clean.lua @@ -1,4 +1,4 @@ --- look_clean.lua drawing engine configuration file for Ion. +-- look_clean.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_cleanios.lua b/etc/look_cleanios.lua index e1173b79..5256b306 100644 --- a/etc/look_cleanios.lua +++ b/etc/look_cleanios.lua @@ -1,4 +1,4 @@ --- look_cleanios.lua drawing engine configuration file for Ion. +-- look_cleanios.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_cleanviolet.lua b/etc/look_cleanviolet.lua index 542fb7ee..582d381d 100644 --- a/etc/look_cleanviolet.lua +++ b/etc/look_cleanviolet.lua @@ -1,5 +1,5 @@ -- --- Look_cleanviolet for Ion's default drawing engine. +-- Look_cleanviolet for Notion's default drawing engine. -- Based on look-clean and look-violetgrey. -- diff --git a/etc/look_dusky.lua b/etc/look_dusky.lua index aaa76f69..21d6742e 100644 --- a/etc/look_dusky.lua +++ b/etc/look_dusky.lua @@ -1,4 +1,4 @@ --- look_dusky.lua drawing engine configuration file for Ion. +-- look_dusky.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_greenlight.lua b/etc/look_greenlight.lua index d797b74f..513e9cbc 100644 --- a/etc/look_greenlight.lua +++ b/etc/look_greenlight.lua @@ -1,5 +1,5 @@ -- --- look_greenlight for Ion's default drawing engine. +-- look_greenlight for Notion's default drawing engine. -- if not gr.select_engine("de") then diff --git a/etc/look_greyviolet.lua b/etc/look_greyviolet.lua index 38bdd63d..baf9200c 100644 --- a/etc/look_greyviolet.lua +++ b/etc/look_greyviolet.lua @@ -1,4 +1,4 @@ --- look_greyviolet.lua drawing engine configuration file for Ion. +-- look_greyviolet.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_ios.lua b/etc/look_ios.lua index 84277730..331bd81e 100644 --- a/etc/look_ios.lua +++ b/etc/look_ios.lua @@ -1,4 +1,4 @@ --- look_ios.lua drawing engine configuration file for Ion. +-- look_ios.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end diff --git a/etc/look_newviolet.lua b/etc/look_newviolet.lua index 598dabc2..09162f10 100644 --- a/etc/look_newviolet.lua +++ b/etc/look_newviolet.lua @@ -1,5 +1,5 @@ -- --- look_newviolet for Ion's default drawing engine. +-- look_newviolet for Notion's default drawing engine. -- Based on look_cleanviolet -- diff --git a/etc/look_simpleblue.lua b/etc/look_simpleblue.lua index 3b1cb6a6..ecc04793 100644 --- a/etc/look_simpleblue.lua +++ b/etc/look_simpleblue.lua @@ -1,4 +1,4 @@ --- look_simpleblue.lua drawing engine configuration file for Ion. +-- look_simpleblue.lua drawing engine configuration file for Notion. if not gr.select_engine("de") then return end -- 2.11.4.GIT