fix(system): enable uwsm and fix session detection to allow VM login
- Enable programs.uwsm for session management. - Improve SDDM theme session detection logic to be case-insensitive and more robust. - Perform a global cleanup of 'Nnomarchy' and 'org.nnomarchy' typos across all scripts and configurations.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Overwrite parts of the nomarchy-menu with user-specific submenus.
|
||||
# See $OMARCHY_PATH/bin/nomarchy-menu for functions that can be overwritten.
|
||||
#
|
||||
# WARNING: Overwritten functions will obviously not be updated when Nnomarchy changes.
|
||||
# WARNING: Overwritten functions will obviously not be updated when Nomarchy changes.
|
||||
#
|
||||
# Example of minimal system menu:
|
||||
#
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This hook is called after an Nnomarchy system update has been performed.
|
||||
# This hook is called after an Nomarchy system update has been performed.
|
||||
# To put it into use, remove .sample from the name.
|
||||
|
||||
# Example: Show notification after the system has been updated.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Nnomarchy User Template Example: Alacritty
|
||||
# Nomarchy User Template Example: Alacritty
|
||||
#
|
||||
# This is a sample template file demonstrating how to create custom themed
|
||||
# configurations. Templates use placeholder variables that get replaced with
|
||||
@@ -10,7 +10,7 @@
|
||||
# 3. Change your theme to apply the template
|
||||
#
|
||||
# User templates in ~/.config/nomarchy/themed/ take priority over the built-in
|
||||
# templates in the Nnomarchy default/themed/ directory. This lets you override
|
||||
# templates in the Nomarchy default/themed/ directory. This lets you override
|
||||
# any built-in template or create templates for applications not included
|
||||
# by default.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user