Skip to content

Instantly share code, notes, and snippets.

@fuzzy-focus
Last active April 4, 2018 21:24
Show Gist options
  • Save fuzzy-focus/8b596ba89050d9fa698f4336be928402 to your computer and use it in GitHub Desktop.
Save fuzzy-focus/8b596ba89050d9fa698f4336be928402 to your computer and use it in GitHub Desktop.
some notes and links for the upcoming arch install

Arch Notes

  • bauerbill, python3, trust management, sicher (kompatibel mit pacman syntax)
  • trizen, perl, sicher, beliebt
  • yay go, fish-completion

Fonts - Bitmap

Video Card control is now kernel-space responsibility (default: userspace via xserer). Faster, neater, all round sensible.

Is it the future? Possibly.

Depends on WM availability.

Wayland-compatible WMs

  • Sway i3-compatible WM. looks damn nice.
  • way-cooler i3-style tiling with awesome-style config (Lua). name is a big plus.

Not viable with NVIDIA right now

Xresources Management

Nice Reddit wiki here.

GTK Theme

Nice overview here. Info for streamlining GTK/Qt look (also see Theme Engines there) on the arch wiki.

General Ricing

Decent writeup on reddit.

Topics to clear:

  • WM
  • Filemanager
  • Terminal Emulator
  • dotfile manager
  • pywal?
  • neovim
  • neomutt
  • tmux/byobu?
  • shell? probably fish with omf
  • generall shell stuff in this awesome-list

network

ip link
systemctl enable dhcpd@CARD.service
systemctl start dhcpd@CARD.service

pacman colors

#Misc
Color
[multilib]
Include = /etc/pacman.d/mirrorlist

xorg

#my card: NVIDIA GTX 970, Codename NV124 (GM204)
#nvidia info: https://wiki.archlinux.org/index.php/NVIDIA
pacman -Rs i3gaps xorg-server xorg-utils xorg-xinit xterm nvidia-340xx  lib32-nvidia-340xx-utils 
pacman -S nvidia lib32-nvidia-utils
pacman -S xorg-server xorg-utils xorg-xinit xterm
nvidia-xconfig
pacman -S lightdm-gtk-greeter # (maybe, or something else entirely)
pacman -S i3gaps
systemctl enable lightdm.service

ALSA

amixer sset Master unmute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment