diff --git a/blog/1-PGP-signature.mdx b/blog/1-PGP-signature.mdx index 62dceab..fb50086 100644 --- a/blog/1-PGP-signature.mdx +++ b/blog/1-PGP-signature.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ If you get `invalid or corrupted package (PGP signature) error`, Open up The Terminal and do : - ```bash diff --git a/blog/2-polybar-modules.mdx b/blog/2-polybar-modules.mdx index 8b54b2b..d896b4b 100644 --- a/blog/2-polybar-modules.mdx +++ b/blog/2-polybar-modules.mdx @@ -4,6 +4,22 @@ title: Polybar Modules authors: [Ozil] tags: [tips] --- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+
diff --git a/blog/3-sddm.mdx b/blog/3-sddm.mdx index f6ed108..eb460a6 100644 --- a/blog/3-sddm.mdx +++ b/blog/3-sddm.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+

Changing SDDM user picture

![](/img/tips/sddm/0.png) diff --git a/blog/4-set-keyboard-layout.mdx b/blog/4-set-keyboard-layout.mdx index 62a3dff..cfad055 100644 --- a/blog/4-set-keyboard-layout.mdx +++ b/blog/4-set-keyboard-layout.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ - edit `~/.config/bspwm/exodia.conf` - ```bash nvim ~/.config/bspwm/exodia.conf diff --git a/blog/5-monitors.mdx b/blog/5-monitors.mdx index 636996c..b41102d 100644 --- a/blog/5-monitors.mdx +++ b/blog/5-monitors.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ :::tip[bspmonitors] - the `bspmonitors` script will auto-configure all connected monitors diff --git a/blog/6-add-music.mdx b/blog/6-add-music.mdx index c200274..6f8bc89 100644 --- a/blog/6-add-music.mdx +++ b/blog/6-add-music.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ :::note[bspmonitors] you should add your music to `~/Music` directory ::: diff --git a/blog/7-create-custom-theme.mdx b/blog/7-create-custom-theme.mdx index 8fe84bb..0f73da2 100644 --- a/blog/7-create-custom-theme.mdx +++ b/blog/7-create-custom-theme.mdx @@ -5,6 +5,21 @@ authors: [Ozil] tags: [tips, WMs, bspwm, i3wm] --- + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ :::note[DWM] currently `DWM` comes with one theme ::: diff --git a/docs/intro.md b/docs/intro.md deleted file mode 100644 index 35f38e4..0000000 --- a/docs/intro.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -sidebar_position: 1 ---- - -# Welcome - -Welcome to Exodia OS wiki - -# Guides - -- Install -- Post Install -- Keybinding ⌨️ diff --git a/docs/intro.mdx b/docs/intro.mdx new file mode 100644 index 0000000..9e830a5 --- /dev/null +++ b/docs/intro.mdx @@ -0,0 +1,27 @@ +--- +sidebar_position: 1 +--- + +# Welcome + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+Welcome to Exodia OS wiki + +# Guides + +- [**`Install`**](./quickstart/install.mdx) +- [**`Post Install`**](./quickstart/post-install.mdx) +- [**`Keybinding ⌨️`**](./keybinding/0-Keybinding.mdx) diff --git a/docs/keybinding/0-Keybinding.mdx b/docs/keybinding/0-Keybinding.mdx new file mode 100644 index 0000000..555c505 --- /dev/null +++ b/docs/keybinding/0-Keybinding.mdx @@ -0,0 +1,34 @@ +--- +id: Keybinding +title: Keybinding ⌨️ +--- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ +Keybinding refers to the practice of assigning keyboard shortcuts to various actions or commands within the window manager environment. These shortcuts allow users to perform tasks such as opening applications, switching between windows, resizing or moving windows, and executing specific commands, all without needing to use the mouse or navigate through menus. + +Keybinding is highly customizable and can be tailored to suit individual preferences and workflows. Users typically define keybindings in configuration files specific to their chosen window manager, such as: +- `~/.config/bspwm/keybinding/sxhkdrc` for `BSPWM` +- `~/.config/i3/config` for the `I3WM` +- `/opt/exodia/dwm/config.def.h` For `DWM` + +:::note[Note] +The above paths are for Exodia OS **ONLY**. They might be different for other distros. +::: + +- [**`BSPWM`**](./1-bspwm.mdx) +- [**`I3WM`**](./2-dwm.mdx) +- [**`DWM`**](./3-i3wm.mdx) diff --git a/docs/keybinding/1-bspwm.md b/docs/keybinding/1-bspwm.mdx similarity index 94% rename from docs/keybinding/1-bspwm.md rename to docs/keybinding/1-bspwm.mdx index ea58c6f..cc35ba7 100644 --- a/docs/keybinding/1-bspwm.md +++ b/docs/keybinding/1-bspwm.mdx @@ -1,7 +1,23 @@ --- -id: Keybinding +id: bspwm title: bspwm Keybinding --- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+

Keybinding ⌨️

### install diff --git a/docs/keybinding/2-dwm.md b/docs/keybinding/2-dwm.mdx similarity index 90% rename from docs/keybinding/2-dwm.md rename to docs/keybinding/2-dwm.mdx index 60c5f77..52314f7 100644 --- a/docs/keybinding/2-dwm.md +++ b/docs/keybinding/2-dwm.mdx @@ -2,6 +2,23 @@ id: dwm title: dwm Keybinding --- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ +

DWM Keybinding ⌨️

### install diff --git a/docs/keybinding/3-i3wm.md b/docs/keybinding/3-i3wm.mdx similarity index 88% rename from docs/keybinding/3-i3wm.md rename to docs/keybinding/3-i3wm.mdx index 02dcbac..f00ac96 100644 --- a/docs/keybinding/3-i3wm.md +++ b/docs/keybinding/3-i3wm.mdx @@ -2,6 +2,23 @@ id: i3wm title: i3wm Keybinding --- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ +

i3WM Keybinding ⌨️

### install diff --git a/docs/quickstart/install.md b/docs/quickstart/install.md deleted file mode 100644 index 86455bd..0000000 --- a/docs/quickstart/install.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -id: install -title: Install -sidebar_position: 1 ---- - - - -[![install video](/img/install.png)](https://youtu.be/OZ9tsZnObsA) - diff --git a/docs/quickstart/install.mdx b/docs/quickstart/install.mdx new file mode 100644 index 0000000..0368868 --- /dev/null +++ b/docs/quickstart/install.mdx @@ -0,0 +1,23 @@ +--- +id: install +title: Install +sidebar_position: 1 +--- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ +[![install video](/img/install.png)](https://youtu.be/OZ9tsZnObsA) + diff --git a/docs/quickstart/post-install.md b/docs/quickstart/post-install.mdx similarity index 85% rename from docs/quickstart/post-install.md rename to docs/quickstart/post-install.mdx index c5c629a..c733fe2 100644 --- a/docs/quickstart/post-install.md +++ b/docs/quickstart/post-install.mdx @@ -2,13 +2,35 @@ id: post-install title: Post Install --- + + +export const Highlight = ({children, color}) => ( + + {children} + +); + +Free Palestine 🇵🇸



+ > **_NOTE:_** **Use your fav text editor (vi, vim, nano, NvChad, geany, etc... ).** for `PGP signature` error or `invalid or corrupted package` -```bash -sudo pacman-key --populate -``` +- ```bash + sudo pacman -S archlinux-keyring + ``` +- ```bash + sudo pacman-key --init + ``` +- ```bash + sudo pacman-key --populate + ``` Not resolved yet? Ok, try this diff --git a/docusaurus.config.js b/docusaurus.config.js index 686a0c0..6df1dba 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -59,14 +59,14 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/Exodia-OS/wiki/tree/master/docs', + 'https://github.com/Exodia-OS/wiki/tree/master', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/Exodia-OS/wiki/tree/master/blog', + 'https://github.com/Exodia-OS/wiki/tree/master', }, theme: { customCss: './src/css/custom.css', diff --git a/news/2022/1-Home-2022.09.20-beta.mdx b/news/2022/22.09.20-Home-2022.09.20-beta.mdx similarity index 100% rename from news/2022/1-Home-2022.09.20-beta.mdx rename to news/2022/22.09.20-Home-2022.09.20-beta.mdx diff --git a/news/2022/2-Acer-Predator-2022.11.11.mdx b/news/2022/22.11.11-Acer-Predator-2022.11.11.mdx similarity index 100% rename from news/2022/2-Acer-Predator-2022.11.11.mdx rename to news/2022/22.11.11-Acer-Predator-2022.11.11.mdx diff --git a/news/2022/2-Home-2022.11.11.mdx b/news/2022/22.11.11-Home-2022.11.11.mdx similarity index 100% rename from news/2022/2-Home-2022.11.11.mdx rename to news/2022/22.11.11-Home-2022.11.11.mdx diff --git a/news/2022/3-Acer-Predator-2022.12.10.mdx b/news/2022/22.12.10-Acer-Predator-2022.12.10.mdx similarity index 100% rename from news/2022/3-Acer-Predator-2022.12.10.mdx rename to news/2022/22.12.10-Acer-Predator-2022.12.10.mdx diff --git a/news/2022/3-Home-2022.12.10.mdx b/news/2022/22.12.10-Home-2022.12.10.mdx similarity index 100% rename from news/2022/3-Home-2022.12.10.mdx rename to news/2022/22.12.10-Home-2022.12.10.mdx diff --git a/news/2022/3-Wireless-2022.12.11.mdx b/news/2022/22.12.11-Wireless-2022.12.11.mdx similarity index 100% rename from news/2022/3-Wireless-2022.12.11.mdx rename to news/2022/22.12.11-Wireless-2022.12.11.mdx diff --git a/news/2023/1-Home-2023.07.03.mdx b/news/2023/23.07.03-Home-2023.07.03.mdx similarity index 100% rename from news/2023/1-Home-2023.07.03.mdx rename to news/2023/23.07.03-Home-2023.07.03.mdx diff --git a/news/2023/2-Home-2023.07.06.mdx b/news/2023/23.07.06-Home-2023.07.06.mdx similarity index 100% rename from news/2023/2-Home-2023.07.06.mdx rename to news/2023/23.07.06-Home-2023.07.06.mdx diff --git a/news/2023/3-Acer-Predator-2023.07.07.mdx b/news/2023/23.07.07-Acer-Predator-2023.07.07.mdx similarity index 100% rename from news/2023/3-Acer-Predator-2023.07.07.mdx rename to news/2023/23.07.07-Acer-Predator-2023.07.07.mdx diff --git a/news/2024/2-Acer-Predator-2024.02.21.mdx b/news/2024/24.02.21-Acer-Predator-2024.02.21.mdx similarity index 100% rename from news/2024/2-Acer-Predator-2024.02.21.mdx rename to news/2024/24.02.21-Acer-Predator-2024.02.21.mdx diff --git a/news/2024/1-Home-2024.02.21.mdx b/news/2024/24.02.21-Home-2024.02.21.mdx similarity index 100% rename from news/2024/1-Home-2024.02.21.mdx rename to news/2024/24.02.21-Home-2024.02.21.mdx diff --git a/news/2024/3-Wireless-2024.02.24.mdx b/news/2024/24.02.24-Wireless-2024.02.24.mdx similarity index 100% rename from news/2024/3-Wireless-2024.02.24.mdx rename to news/2024/24.02.24-Wireless-2024.02.24.mdx