diff options
| author | krolyxon <106688908+krolyxon@users.noreply.github.com> | 2022-06-03 00:46:15 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 00:46:15 +0530 |
| commit | f844e4526b69c4caa7fde17ea54e99f92c7864fc (patch) | |
| tree | 431a12ea9033ee21f5ef870b4f61c4e35f6565f7 /arch_install.sh | |
| parent | a3df861e967c4f0862251106dfe219a590eefe95 (diff) | |
fixed xmodmap
Diffstat (limited to 'arch_install.sh')
| -rw-r--r-- | arch_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch_install.sh b/arch_install.sh index 8d5e7d6..753f293 100644 --- a/arch_install.sh +++ b/arch_install.sh @@ -58,7 +58,7 @@ sed -i 's/GRUB_TIMEOUT=5/GRUB_TIMEOUT=0/g' /etc/default/grub grub-mkconfig -o /boot/grub/grub.cfg -pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit xmodmap \ +pacman -S --noconfirm xorg-server xorg-xprop xorg-xkill xorg-xsetroot xorg-xinit \ noto-fonts noto-fonts-emoji noto-fonts-cjk ttf-jetbrains-mono ttf-joypixels ttf-font-awesome \ awesome-terminal-fonts cmake dunst exa btop ntfs-3g \ jq mpv ncdu maim obs-studio transmission-cli yt-dlp cowsay \ |
