Small fixes

This commit is contained in:
Marko Korhonen 2020-08-08 00:56:21 +03:00
parent 60c1b96a5c
commit 814d1de065
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
5 changed files with 15 additions and 13 deletions

View file

@ -6,6 +6,7 @@ window:
x: 30 x: 30
y: 20 y: 20
dynamic_padding: false dynamic_padding: false
dynamic_title: true
decorations: full decorations: full
scrolling: scrolling:
@ -58,7 +59,7 @@ colors:
cyan: "0x56b6c2" cyan: "0x56b6c2"
white: "0x5c6370" white: "0x5c6370"
visual_bell: bell:
animation: EaseOutExpo animation: EaseOutExpo
duration: 0 duration: 0
color: "#ffffff" color: "#ffffff"
@ -79,8 +80,6 @@ selection:
semantic_escape_chars: ',│`|:"'' ()[]{}<>' semantic_escape_chars: ',│`|:"'' ()[]{}<>'
save_to_clipboard: false save_to_clipboard: false
dynamic_title: true
cursor: cursor:
style: Block style: Block
unfocused_hollow: true unfocused_hollow: true

View file

@ -1,5 +1,5 @@
title Arch Linux (LTS) title Arch Linux
linux /vmlinuz-linux-lts
initrd /amd-ucode.img initrd /amd-ucode.img
initrd /initramfs-linux-lts.img initrd /initramfs-linux-lts.img
linux /vmlinuz-linux-lts options cryptdevice=/dev/disk/by-uuid/2fedee0d-fbf1-41ee-8d27-01feb25d9e8d:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=__arch/root resume=/dev/mapper/cryptswap quiet acpi_backlight=vendor rw
options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=7345408 rw quiet splash vga=current idle=nomwait

View file

@ -1,5 +1,5 @@
title Arch Linux title Arch Linux
linux /vmlinuz-linux
initrd /amd-ucode.img initrd /amd-ucode.img
initrd /initramfs-linux.img initrd /initramfs-linux.img
linux /vmlinuz-linux options cryptdevice=/dev/disk/by-uuid/2fedee0d-fbf1-41ee-8d27-01feb25d9e8d:cryptroot:allow-discards root=/dev/mapper/cryptroot rootflags=subvol=__arch/root resume=/dev/mapper/cryptswap cpuidle.governor=teo acpi_backlight=vendor amd_iommu=on iommu=pt rw idle=nomwait rcu_nocbs=0-7 quiet fastboot
options rd.luks.uuid=19fa8fab-c5fe-454a-9a17-b7185ce975ea rd.luks.name=19fa8fab-c5fe-454a-9a17-b7185ce975ea=cryptroot rd.luks.options=allow-discards root=/dev/mapper/cryptroot rootflags=subvol=root resume=/dev/mapper/cryptroot resume_offset=7345408 rw quiet splash vga=current idle=nomwait

3
root/boot/loader/loader.conf Executable file
View file

@ -0,0 +1,3 @@
default arch
timeout 0
editor 1

0
root/etc/pacserve/pacserve.service.conf Normal file → Executable file
View file