/dwm-dotfiles

dotfiles + DWM build for Arch/Artix

Primary LanguageC

Install

Assuming base Arch/Artix install with graphics drivers

  • $ sudo pacman -S stow git
  • $ git clone https://github.com/yazoink/dotfiles && mv dotfiles ~/.dotfiles && cd ~/.dotfiles
  • ./install.sh cyberia or ./install.sh fluoride

Differences between options

cyberia

  • size 12 font, optimal for smaller resolutions
  • support for the classic ThinkPad volume keys in DWM
  • built for Artix with the runit init system
  • dwmblocks status bar with volume and battery modules
  • low battery notification script

fluoride

  • size 16 font to suit a 1440p monitor
  • no volume keys in DWM in favor of using hardware controls
  • built for Arch with systemd
  • status bar is a shell script without volume or battery modules

How to make neovim work

  • $ cd ~/.dotfiles/nvim/.config/nvim/lua
  • $ vim plugins.lua
  • :PackerSync

Screenshots

cyberia

2024-03-12-21:01:40-screenshot 2024-03-12-21:01:15-screenshot 2024-03-12-21:00:51-screenshot 2024-03-12-20:59:26-screenshot

fluoride

will post when I can be bothered