mirror of
https://github.com/Cametendo/MyI3Config-fork.git
synced 2026-03-18 03:40:20 +01:00
Add essential package list to packages.txt
Added a list of essential packages for window management, audio, and other utilities.
This commit is contained in:
41
packages.txt
Normal file
41
packages.txt
Normal file
@@ -0,0 +1,41 @@
|
||||
# Window manager
|
||||
i3-wm
|
||||
|
||||
# Xorg (required for i3)
|
||||
xorg-server
|
||||
xorg-xinit
|
||||
xorg-xrandr
|
||||
xorg-xsetroot
|
||||
|
||||
# Application launcher
|
||||
rofi
|
||||
|
||||
# Terminal (used by ml4w scripts, adjust if needed)
|
||||
kitty
|
||||
|
||||
# Clipboard + screenshots
|
||||
maim
|
||||
xclip
|
||||
|
||||
# Audio
|
||||
pipewire
|
||||
pipewire-alsa
|
||||
pipewire-pulse
|
||||
wireplumber
|
||||
pactl
|
||||
|
||||
# Media keys
|
||||
playerctl
|
||||
|
||||
# Brightness
|
||||
brightnessctl
|
||||
|
||||
# Lock screen (recommended)
|
||||
betterlockscreen
|
||||
|
||||
# Fonts (avoid missing glyphs)
|
||||
ttf-dejavu
|
||||
noto-fonts
|
||||
|
||||
# Keyboard tools
|
||||
setxkbmap
|
||||
Reference in New Issue
Block a user