diff --git a/content/af/_index.md b/content/af/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/af/_index.md +++ b/content/af/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/af/docs/Getting started/_index.md b/content/af/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/af/docs/Getting started/_index.md +++ b/content/af/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/af/docs/Howtos/hide-i3-bar-by-default.md b/content/af/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/af/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/af/docs/Interface/apps.md b/content/af/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/af/docs/Interface/apps.md +++ b/content/af/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/af/docs/Interface/notifications.md b/content/af/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/af/docs/Interface/notifications.md +++ b/content/af/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/af/docs/Reference/xresources.md b/content/af/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/af/docs/Reference/xresources.md +++ b/content/af/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/af/regolith_2/_index.md b/content/af/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/af/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ar/_index.md b/content/ar/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/ar/_index.md +++ b/content/ar/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ar/docs/Getting started/_index.md b/content/ar/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ar/docs/Getting started/_index.md +++ b/content/ar/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ar/docs/Howtos/hide-i3-bar-by-default.md b/content/ar/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ar/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ar/docs/Interface/apps.md b/content/ar/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ar/docs/Interface/apps.md +++ b/content/ar/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ar/docs/Interface/notifications.md b/content/ar/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ar/docs/Interface/notifications.md +++ b/content/ar/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ar/docs/Reference/xresources.md b/content/ar/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ar/docs/Reference/xresources.md +++ b/content/ar/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ar/regolith_2/_index.md b/content/ar/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ar/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ca/_index.md b/content/ca/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/ca/_index.md +++ b/content/ca/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ca/docs/Getting started/_index.md b/content/ca/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ca/docs/Getting started/_index.md +++ b/content/ca/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ca/docs/Howtos/hide-i3-bar-by-default.md b/content/ca/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ca/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ca/docs/Interface/apps.md b/content/ca/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ca/docs/Interface/apps.md +++ b/content/ca/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ca/docs/Interface/notifications.md b/content/ca/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ca/docs/Interface/notifications.md +++ b/content/ca/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ca/docs/Reference/xresources.md b/content/ca/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ca/docs/Reference/xresources.md +++ b/content/ca/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ca/regolith_2/_index.md b/content/ca/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ca/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/cs/_index.md b/content/cs/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/cs/_index.md +++ b/content/cs/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/cs/docs/Getting started/_index.md b/content/cs/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/cs/docs/Getting started/_index.md +++ b/content/cs/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/cs/docs/Howtos/hide-i3-bar-by-default.md b/content/cs/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/cs/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/cs/docs/Interface/apps.md b/content/cs/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/cs/docs/Interface/apps.md +++ b/content/cs/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/cs/docs/Interface/notifications.md b/content/cs/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/cs/docs/Interface/notifications.md +++ b/content/cs/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/cs/docs/Reference/xresources.md b/content/cs/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/cs/docs/Reference/xresources.md +++ b/content/cs/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/cs/regolith_2/_index.md b/content/cs/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/cs/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/da/_index.md b/content/da/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/da/_index.md +++ b/content/da/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/da/docs/Getting started/_index.md b/content/da/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/da/docs/Getting started/_index.md +++ b/content/da/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/da/docs/Howtos/hide-i3-bar-by-default.md b/content/da/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/da/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/da/docs/Interface/apps.md b/content/da/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/da/docs/Interface/apps.md +++ b/content/da/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/da/docs/Interface/notifications.md b/content/da/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/da/docs/Interface/notifications.md +++ b/content/da/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/da/docs/Reference/xresources.md b/content/da/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/da/docs/Reference/xresources.md +++ b/content/da/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/da/regolith_2/_index.md b/content/da/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/da/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/de/_index.md b/content/de/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/de/_index.md +++ b/content/de/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/de/docs/Getting started/_index.md b/content/de/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/de/docs/Getting started/_index.md +++ b/content/de/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/de/docs/Howtos/hide-i3-bar-by-default.md b/content/de/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/de/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/de/docs/Interface/apps.md b/content/de/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/de/docs/Interface/apps.md +++ b/content/de/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/de/docs/Interface/notifications.md b/content/de/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/de/docs/Interface/notifications.md +++ b/content/de/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/de/docs/Reference/xresources.md b/content/de/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/de/docs/Reference/xresources.md +++ b/content/de/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/de/regolith_2/_index.md b/content/de/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/de/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/el/_index.md b/content/el/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/el/_index.md +++ b/content/el/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/el/docs/Getting started/_index.md b/content/el/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/el/docs/Getting started/_index.md +++ b/content/el/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/el/docs/Howtos/hide-i3-bar-by-default.md b/content/el/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/el/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/el/docs/Interface/apps.md b/content/el/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/el/docs/Interface/apps.md +++ b/content/el/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/el/docs/Interface/notifications.md b/content/el/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/el/docs/Interface/notifications.md +++ b/content/el/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/el/docs/Reference/xresources.md b/content/el/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/el/docs/Reference/xresources.md +++ b/content/el/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/el/regolith_2/_index.md b/content/el/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/el/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/es/_index.md b/content/es/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/es/_index.md +++ b/content/es/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/es/docs/Getting started/_index.md b/content/es/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/es/docs/Getting started/_index.md +++ b/content/es/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/es/docs/Howtos/hide-i3-bar-by-default.md b/content/es/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/es/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/es/docs/Interface/apps.md b/content/es/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/es/docs/Interface/apps.md +++ b/content/es/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/es/docs/Interface/notifications.md b/content/es/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/es/docs/Interface/notifications.md +++ b/content/es/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/es/docs/Reference/xresources.md b/content/es/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/es/docs/Reference/xresources.md +++ b/content/es/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/es/regolith_2/_index.md b/content/es/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/es/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/fi/_index.md b/content/fi/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/fi/_index.md +++ b/content/fi/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/fi/docs/Getting started/_index.md b/content/fi/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/fi/docs/Getting started/_index.md +++ b/content/fi/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/fi/docs/Howtos/hide-i3-bar-by-default.md b/content/fi/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/fi/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/fi/docs/Interface/apps.md b/content/fi/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/fi/docs/Interface/apps.md +++ b/content/fi/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/fi/docs/Interface/notifications.md b/content/fi/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/fi/docs/Interface/notifications.md +++ b/content/fi/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/fi/docs/Reference/xresources.md b/content/fi/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/fi/docs/Reference/xresources.md +++ b/content/fi/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/fi/regolith_2/_index.md b/content/fi/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/fi/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/fr/_index.md b/content/fr/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/fr/_index.md +++ b/content/fr/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/fr/docs/Getting started/_index.md b/content/fr/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/fr/docs/Getting started/_index.md +++ b/content/fr/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/fr/docs/Howtos/hide-i3-bar-by-default.md b/content/fr/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/fr/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/fr/docs/Interface/apps.md b/content/fr/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/fr/docs/Interface/apps.md +++ b/content/fr/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/fr/docs/Interface/notifications.md b/content/fr/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/fr/docs/Interface/notifications.md +++ b/content/fr/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/fr/docs/Reference/xresources.md b/content/fr/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/fr/docs/Reference/xresources.md +++ b/content/fr/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/fr/regolith_2/_index.md b/content/fr/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/fr/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/he/_index.md b/content/he/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/he/_index.md +++ b/content/he/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/he/docs/Getting started/_index.md b/content/he/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/he/docs/Getting started/_index.md +++ b/content/he/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/he/docs/Howtos/hide-i3-bar-by-default.md b/content/he/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/he/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/he/docs/Interface/apps.md b/content/he/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/he/docs/Interface/apps.md +++ b/content/he/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/he/docs/Interface/notifications.md b/content/he/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/he/docs/Interface/notifications.md +++ b/content/he/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/he/docs/Reference/xresources.md b/content/he/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/he/docs/Reference/xresources.md +++ b/content/he/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/he/regolith_2/_index.md b/content/he/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/he/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/hu/_index.md b/content/hu/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/hu/_index.md +++ b/content/hu/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/hu/docs/Getting started/_index.md b/content/hu/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/hu/docs/Getting started/_index.md +++ b/content/hu/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/hu/docs/Howtos/hide-i3-bar-by-default.md b/content/hu/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/hu/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/hu/docs/Interface/apps.md b/content/hu/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/hu/docs/Interface/apps.md +++ b/content/hu/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/hu/docs/Interface/notifications.md b/content/hu/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/hu/docs/Interface/notifications.md +++ b/content/hu/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/hu/docs/Reference/xresources.md b/content/hu/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/hu/docs/Reference/xresources.md +++ b/content/hu/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/hu/regolith_2/_index.md b/content/hu/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/hu/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/it/_index.md b/content/it/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/it/_index.md +++ b/content/it/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/it/docs/Getting started/_index.md b/content/it/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/it/docs/Getting started/_index.md +++ b/content/it/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/it/docs/Howtos/hide-i3-bar-by-default.md b/content/it/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/it/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/it/docs/Interface/apps.md b/content/it/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/it/docs/Interface/apps.md +++ b/content/it/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/it/docs/Interface/notifications.md b/content/it/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/it/docs/Interface/notifications.md +++ b/content/it/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/it/docs/Reference/xresources.md b/content/it/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/it/docs/Reference/xresources.md +++ b/content/it/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/it/regolith_2/_index.md b/content/it/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/it/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ja/_index.md b/content/ja/_index.md index 9e3475159b..abbeb270b4 100644 --- a/content/ja/_index.md +++ b/content/ja/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

レゴリスは開発者のために何よりもシンプルな環境で、より効率のよい作業をしてもらいたく設計された、デスクトップ環境です。 Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

レゴリスは開発者のために何よりもシンプルな環境で、より効率のよい作業をしてもらいたく設計された、デスクトップ環境です。 Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ja/docs/Getting started/_index.md b/content/ja/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ja/docs/Getting started/_index.md +++ b/content/ja/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ja/docs/Howtos/hide-i3-bar-by-default.md b/content/ja/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ja/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ja/docs/Interface/apps.md b/content/ja/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ja/docs/Interface/apps.md +++ b/content/ja/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ja/docs/Interface/notifications.md b/content/ja/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ja/docs/Interface/notifications.md +++ b/content/ja/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ja/docs/Reference/xresources.md b/content/ja/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ja/docs/Reference/xresources.md +++ b/content/ja/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ja/regolith_2/_index.md b/content/ja/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ja/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ko/_index.md b/content/ko/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/ko/_index.md +++ b/content/ko/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ko/docs/Getting started/_index.md b/content/ko/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ko/docs/Getting started/_index.md +++ b/content/ko/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ko/docs/Howtos/hide-i3-bar-by-default.md b/content/ko/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ko/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ko/docs/Interface/apps.md b/content/ko/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ko/docs/Interface/apps.md +++ b/content/ko/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ko/docs/Interface/notifications.md b/content/ko/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ko/docs/Interface/notifications.md +++ b/content/ko/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ko/docs/Reference/xresources.md b/content/ko/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ko/docs/Reference/xresources.md +++ b/content/ko/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ko/regolith_2/_index.md b/content/ko/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ko/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/nl/_index.md b/content/nl/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/nl/_index.md +++ b/content/nl/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/nl/docs/Getting started/_index.md b/content/nl/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/nl/docs/Getting started/_index.md +++ b/content/nl/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/nl/docs/Howtos/hide-i3-bar-by-default.md b/content/nl/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/nl/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/nl/docs/Interface/apps.md b/content/nl/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/nl/docs/Interface/apps.md +++ b/content/nl/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/nl/docs/Interface/notifications.md b/content/nl/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/nl/docs/Interface/notifications.md +++ b/content/nl/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/nl/docs/Reference/xresources.md b/content/nl/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/nl/docs/Reference/xresources.md +++ b/content/nl/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/nl/regolith_2/_index.md b/content/nl/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/nl/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/no/_index.md b/content/no/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/no/_index.md +++ b/content/no/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/no/docs/Getting started/_index.md b/content/no/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/no/docs/Getting started/_index.md +++ b/content/no/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/no/docs/Howtos/hide-i3-bar-by-default.md b/content/no/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/no/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/no/docs/Interface/apps.md b/content/no/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/no/docs/Interface/apps.md +++ b/content/no/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/no/docs/Interface/notifications.md b/content/no/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/no/docs/Interface/notifications.md +++ b/content/no/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/no/docs/Reference/xresources.md b/content/no/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/no/docs/Reference/xresources.md +++ b/content/no/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/no/regolith_2/_index.md b/content/no/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/no/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/pl/_index.md b/content/pl/_index.md index 3c2c2bb833..9e2f7b44dc 100644 --- a/content/pl/_index.md +++ b/content/pl/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolit Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/pl/docs/Getting started/_index.md b/content/pl/docs/Getting started/_index.md index 2d87faf071..8fa20693a9 100644 --- a/content/pl/docs/Getting started/_index.md +++ b/content/pl/docs/Getting started/_index.md @@ -26,4 +26,4 @@ Ta sekcja zawiera informacje niezbędne do uruchomienia Regolit na komputerze. T ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/pl/docs/Howtos/hide-i3-bar-by-default.md b/content/pl/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/pl/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/pl/docs/Interface/apps.md b/content/pl/docs/Interface/apps.md index 097c5f927f..e87d21aad1 100644 --- a/content/pl/docs/Interface/apps.md +++ b/content/pl/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Wyjście z Programu diff --git a/content/pl/docs/Interface/notifications.md b/content/pl/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/pl/docs/Interface/notifications.md +++ b/content/pl/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/pl/docs/Reference/xresources.md b/content/pl/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/pl/docs/Reference/xresources.md +++ b/content/pl/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/pl/regolith_2/_index.md b/content/pl/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/pl/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/pt/_index.md b/content/pt/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/pt/_index.md +++ b/content/pt/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/pt/docs/Getting started/_index.md b/content/pt/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/pt/docs/Getting started/_index.md +++ b/content/pt/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/pt/docs/Howtos/hide-i3-bar-by-default.md b/content/pt/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/pt/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/pt/docs/Interface/apps.md b/content/pt/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/pt/docs/Interface/apps.md +++ b/content/pt/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/pt/docs/Interface/notifications.md b/content/pt/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/pt/docs/Interface/notifications.md +++ b/content/pt/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/pt/docs/Reference/xresources.md b/content/pt/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/pt/docs/Reference/xresources.md +++ b/content/pt/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/pt/regolith_2/_index.md b/content/pt/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/pt/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ro/_index.md b/content/ro/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/ro/_index.md +++ b/content/ro/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ro/docs/Getting started/_index.md b/content/ro/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ro/docs/Getting started/_index.md +++ b/content/ro/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ro/docs/Howtos/hide-i3-bar-by-default.md b/content/ro/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ro/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ro/docs/Interface/apps.md b/content/ro/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ro/docs/Interface/apps.md +++ b/content/ro/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ro/docs/Interface/notifications.md b/content/ro/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ro/docs/Interface/notifications.md +++ b/content/ro/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ro/docs/Reference/xresources.md b/content/ro/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ro/docs/Reference/xresources.md +++ b/content/ro/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ro/regolith_2/_index.md b/content/ro/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ro/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/ru/_index.md b/content/ru/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/ru/_index.md +++ b/content/ru/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/ru/docs/Getting started/_index.md b/content/ru/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/ru/docs/Getting started/_index.md +++ b/content/ru/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/ru/docs/Howtos/hide-i3-bar-by-default.md b/content/ru/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/ru/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/ru/docs/Interface/apps.md b/content/ru/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/ru/docs/Interface/apps.md +++ b/content/ru/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/ru/docs/Interface/notifications.md b/content/ru/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/ru/docs/Interface/notifications.md +++ b/content/ru/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/ru/docs/Reference/xresources.md b/content/ru/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/ru/docs/Reference/xresources.md +++ b/content/ru/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/ru/regolith_2/_index.md b/content/ru/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/ru/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/sr/_index.md b/content/sr/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/sr/_index.md +++ b/content/sr/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/sr/docs/Getting started/_index.md b/content/sr/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/sr/docs/Getting started/_index.md +++ b/content/sr/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/sr/docs/Howtos/hide-i3-bar-by-default.md b/content/sr/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/sr/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/sr/docs/Interface/apps.md b/content/sr/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/sr/docs/Interface/apps.md +++ b/content/sr/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/sr/docs/Interface/notifications.md b/content/sr/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/sr/docs/Interface/notifications.md +++ b/content/sr/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/sr/docs/Reference/xresources.md b/content/sr/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/sr/docs/Reference/xresources.md +++ b/content/sr/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/sr/regolith_2/_index.md b/content/sr/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/sr/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/sv/_index.md b/content/sv/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/sv/_index.md +++ b/content/sv/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/sv/docs/Getting started/_index.md b/content/sv/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/sv/docs/Getting started/_index.md +++ b/content/sv/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/sv/docs/Howtos/hide-i3-bar-by-default.md b/content/sv/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/sv/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/sv/docs/Interface/apps.md b/content/sv/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/sv/docs/Interface/apps.md +++ b/content/sv/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/sv/docs/Interface/notifications.md b/content/sv/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/sv/docs/Interface/notifications.md +++ b/content/sv/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/sv/docs/Reference/xresources.md b/content/sv/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/sv/docs/Reference/xresources.md +++ b/content/sv/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/sv/regolith_2/_index.md b/content/sv/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/sv/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/tr/_index.md b/content/tr/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/tr/_index.md +++ b/content/tr/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/tr/docs/Getting started/_index.md b/content/tr/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/tr/docs/Getting started/_index.md +++ b/content/tr/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/tr/docs/Howtos/hide-i3-bar-by-default.md b/content/tr/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/tr/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/tr/docs/Interface/apps.md b/content/tr/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/tr/docs/Interface/apps.md +++ b/content/tr/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/tr/docs/Interface/notifications.md b/content/tr/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/tr/docs/Interface/notifications.md +++ b/content/tr/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/tr/docs/Reference/xresources.md b/content/tr/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/tr/docs/Reference/xresources.md +++ b/content/tr/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/tr/regolith_2/_index.md b/content/tr/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/tr/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/uk/_index.md b/content/uk/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/uk/_index.md +++ b/content/uk/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/uk/docs/Getting started/_index.md b/content/uk/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/uk/docs/Getting started/_index.md +++ b/content/uk/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/uk/docs/Howtos/hide-i3-bar-by-default.md b/content/uk/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/uk/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/uk/docs/Interface/apps.md b/content/uk/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/uk/docs/Interface/apps.md +++ b/content/uk/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/uk/docs/Interface/notifications.md b/content/uk/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/uk/docs/Interface/notifications.md +++ b/content/uk/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/uk/docs/Reference/xresources.md b/content/uk/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/uk/docs/Reference/xresources.md +++ b/content/uk/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/uk/regolith_2/_index.md b/content/uk/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/uk/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/vi/_index.md b/content/vi/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/vi/_index.md +++ b/content/vi/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/vi/docs/Getting started/_index.md b/content/vi/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/vi/docs/Getting started/_index.md +++ b/content/vi/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/vi/docs/Howtos/hide-i3-bar-by-default.md b/content/vi/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/vi/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/vi/docs/Interface/apps.md b/content/vi/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/vi/docs/Interface/apps.md +++ b/content/vi/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/vi/docs/Interface/notifications.md b/content/vi/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/vi/docs/Interface/notifications.md +++ b/content/vi/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/vi/docs/Reference/xresources.md b/content/vi/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/vi/docs/Reference/xresources.md +++ b/content/vi/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/vi/regolith_2/_index.md b/content/vi/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/vi/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}} diff --git a/content/zh/_index.md b/content/zh/_index.md index e19bae08af..10f6db1aa6 100644 --- a/content/zh/_index.md +++ b/content/zh/_index.md @@ -5,7 +5,9 @@ linkTitle: "Regolith Linux" {{< blocks/cover image_anchor="top" height="full" >}} -

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

+

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +

Regolith is a modern desktop environment designed to let you work faster by reducing unnecessary clutter and ceremony. Built on top of Ubuntu, GNOME, and i3, Regolith stands on a well-supported and consistent foundation.

{{< img "images/regolith-screenshot-intro.png" "Regolith Linux" >}}
diff --git a/content/zh/docs/Getting started/_index.md b/content/zh/docs/Getting started/_index.md index 5433ff055b..e1f2ddb23e 100644 --- a/content/zh/docs/Getting started/_index.md +++ b/content/zh/docs/Getting started/_index.md @@ -26,4 +26,4 @@ This section contains the information necessary to get Regolith running on a com ## Deciding on Installation Method -If you already have an Ubuntu system of a supported version, than adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. +If you already have an Ubuntu system of a supported version, then adding Regolith via PPA is the faster and less disruptive method. The Ubuntu installer method is better for starting from scratch, installing into a virtual machine, or just ensuring that any existing software is not conflicting with Regolith. Some users have had issues with getting Regolith to work properly with other Ubuntu derivative desktop environments they've installed on their system. Installing a fresh instance can sidestep these potential issues. diff --git a/content/zh/docs/Howtos/hide-i3-bar-by-default.md b/content/zh/docs/Howtos/hide-i3-bar-by-default.md new file mode 100644 index 0000000000..9b691622d3 --- /dev/null +++ b/content/zh/docs/Howtos/hide-i3-bar-by-default.md @@ -0,0 +1,11 @@ +--- +title: "How to Hide i3-bar by default" +description: > + Hide i3-bar by default +--- + +Add the line +``` +i3-wm.bar.mode: hide +``` +to `$HOME/.config/regolith/Xresources` file. The next time you log in the bar should be hidden by default. diff --git a/content/zh/docs/Interface/apps.md b/content/zh/docs/Interface/apps.md index 53e972307c..b5d9ed2556 100644 --- a/content/zh/docs/Interface/apps.md +++ b/content/zh/docs/Interface/apps.md @@ -16,7 +16,7 @@ In addition to toggling layout orientation, existing windows can be moved relati Windows can also be directly moved to other workspaces. The bar will indicate all active workspaces as well as the currently focused workspace. {{< keys "super,shift,[0-9]" >}} will cause the currently focused window to be moved to the workspace number selected. -Users can navigate to windows via {{< keys "super,[0-9]" >}} but can also directly navigate to a specific window with {{< keys "super,ctrl,space" >}}. +Users can navigate to a workspace with {{< keys "super,[0-9]" >}} and can navigate to a specific window with {{< keys "super,ctrl,space" >}}. ## Quit an Application diff --git a/content/zh/docs/Interface/notifications.md b/content/zh/docs/Interface/notifications.md index 42447cd5a9..4a6273028e 100644 --- a/content/zh/docs/Interface/notifications.md +++ b/content/zh/docs/Interface/notifications.md @@ -11,3 +11,21 @@ Regolith 1.3 introduces the integration of [Rofication](https://github.com/DaveD ## Managing Notifications Next to the bell icon in the bar is the current number of notifications. To view and delete them, select {{< keys "super,n" >}} and a menu will load. Notifications can be read and then deleted with {{< keys "delete" >}} and the notification window can be dismissed with {{< keys "Esc" >}}. All low-priority notifications can be deleted at once with {{< keys "shift,delete" >}} from within the notification menu. + +## Notification sorting + +By default notifications are sorted by reverse order of creation (newest notification first). + +It is possible to customize notification sort order by setting the `i3xrocks.notify.sort.by` in your `Xresources` file. This value contains a space separated list of field to sort the notifications on. If a field is preceded by a `!`, it will be sorted by descending order. + +To sort notifications from oldest to newest, add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: timestamp +``` + +To sort notification first by urgency (from critical to low) then be reverse order of creation (newest notification first), add the following line to your `~/.config/regolith/Xresources` file: + +```console +i3xrocks.notify.sort.by: !urgency !timestamp +``` \ No newline at end of file diff --git a/content/zh/docs/Reference/xresources.md b/content/zh/docs/Reference/xresources.md index d422d99007..c161dfb82b 100644 --- a/content/zh/docs/Reference/xresources.md +++ b/content/zh/docs/Reference/xresources.md @@ -169,3 +169,4 @@ The following `Xresources` keys are undefined by default but can be used by user | i3xrocks.action.media-player.right | Override command to run on right button click of media player status indicator. | | i3xrocks.action.time | Override command to run on date time status indicator. | | i3xrocks.action.battery | Override command to run on battery status indicator. | +| i3xrocks.notify.sort.by | Override rofication notification sort order. | \ No newline at end of file diff --git a/content/zh/regolith_2/_index.md b/content/zh/regolith_2/_index.md new file mode 100644 index 0000000000..e4bd0103cb --- /dev/null +++ b/content/zh/regolith_2/_index.md @@ -0,0 +1,12 @@ +--- +title: Regolith 2 +menu: + main: + weight: 10 +--- + +{{< blocks/section>}} + +

The Regolith Desktop project has moved to a new website for the 2.0 release.

+ +{{< /blocks/section>}}