diff --git a/core/tabs/utils/tab_data.toml b/core/tabs/utils/tab_data.toml index abd2db23..4b641147 100644 --- a/core/tabs/utils/tab_data.toml +++ b/core/tabs/utils/tab_data.toml @@ -19,11 +19,6 @@ name = "Auto Detect Displays" description = "This utility is designed to detect and apply recommended configuration for monitors connected with your system" script = "monitor-control/auto_detect_displays.sh" -[[data]] -name = "Auto Mount Drive" -script = "auto-mount.sh" -task_list = "PFM" - [[data.entries]] name = "Change Orientation" description = "This utility is designed to change the orientation of monitors in your system" @@ -60,11 +55,6 @@ description = "This utility is designed to reset scaling of a monitor in your sy script = "monitor-control/reset_scaling.sh" matches = true -[[data]] -name = "SSH-Samba" -script = "samba-ssh-setup.sh" -task_list = "I SS PFM" - [[data.entries]] name = "Scale Monitors" description = "This utility is designed to change the scaling of monitors in your system" @@ -103,6 +93,11 @@ script = "user-account-manager/delete_user.sh" name = "Remove User From Groups" script = "user-account-manager/remove_from_group.sh" +[[data]] +name = "Auto Mount Drive" +script = "auto-mount.sh" +task_list = "PFM" + [[data]] name = "Auto Login" script = "auto-login.sh" @@ -152,6 +147,11 @@ name = "SSH Commands" script = "ssh.sh" task_list = "I FM SS" +[[data]] +name = "SSH Samba" +script = "samba-ssh-setup.sh" +task_list = "I SS PFM" + [[data]] name = "Timeshift Backup" script = "timeshift.sh"