minaalbertsaeed / dotfiles

My Suckless Tools Setup (Arch)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Linux System Setup

This is the configuration of my Arch linux System using DWM (Xorg)

Common Packages

  • Window Manager : dwm
  • Terminal Multiplexer: tmux
  • Text Editor: nvim
  • Image Viewer: sxiv
  • Video Player: mpv with a gui verison using uosc
  • Zathura pdf plugin: zathura-pdf-mupdf
  • Fonts: ttf-jetbrains-mono-nerd ttf-cairo
  • Menu: dmenu
  • Web Browser: brave-bin
  • Recording tool: ffmpeg
  • Machine Emulator & Virtualizer : qemu
  • Filemanager: lf
  • Screenshots: maim
  • System Monitor: btop
  • Clipboard Manager: xclip, rofi-greenclip
  • Backlight Controller: light
  • Command line Translator: translate-shell

NOTES:

  • Keybindings related to windows and controlling them are located at src/dwm/config.def.h
  • Other keybindings related to the rest of the system are located at .cofig/sxhkd/sxhkdrc
  • Some packages are in the official repositories and other from the AUR (Arch User Repository)
  • All the scripts use /bin/sh to execute so all of them are POSIX compliant scripts
  • All the installed packages are listed in .local/share/*pkglist.txt

About

My Suckless Tools Setup (Arch)


Languages

Language:C 44.7%Language:Lua 37.8%Language:Shell 14.3%Language:Roff 1.8%Language:Makefile 1.4%