Skip to content

Instantly share code, notes, and snippets.

@AmmarShaqeel
Last active March 2, 2021 10:37
Show Gist options
  • Save AmmarShaqeel/19ae353d136811ea7ebf90733da1cc99 to your computer and use it in GitHub Desktop.
Save AmmarShaqeel/19ae353d136811ea7ebf90733da1cc99 to your computer and use it in GitHub Desktop.

Installation:

  • Kernel Error, had to use arch image 05/2019.

Systemctl enable:

  • Network Manager + WPA supplicant.
  • sddm (for KDE).
  • bluetooth.

sddm manager wouldn't start. Had to delay sddm by 5 seconds to allow NVIDIA drivers to load:

export EDITOR=vim
systemctl edit sddm

[Service]
ExecStartPre=/bin/sleep 5

Set static IP:

nmcli connection show
nmcli connection show uuid 8ff2ec3e-a208-4619-a7cd-cfd33770df1a
nmcli connection modify uuid 8ff2ec3e-a208-4619-a7cd-cfd33770df1a ipv4.addresses 192.168.0.15

PulseAudio Switch to HDMI:

Bose QC35:

GDrive & Dropbox:

  • Insync (gdrive)
  • Dropbox (AUR)

AUR:

  • yay package manager

Journal Size max (to stop journal from taking up ALL the space):

journalctl --vacuum-size=500M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment