feat: created AGS configuration for multiple bars
AGS config using multiple monitor ids GRUB extra boot menu entries Fix issue with Foot terminal starting
This commit is contained in:
parent
1f80786864
commit
dde872db67
5 changed files with 19 additions and 58 deletions
|
@ -73,9 +73,12 @@ in {
|
|||
fsIdentifier = "label";
|
||||
devices = ["nodev"];
|
||||
extraEntries = ''
|
||||
menuentry "Reboot" {
|
||||
reboot
|
||||
}
|
||||
menuentry "UEFI Firmware Settings" {
|
||||
fwsetup
|
||||
}
|
||||
menuentry "Reboot" {
|
||||
reboot
|
||||
}
|
||||
menuentry "Poweroff" {
|
||||
halt
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue