WM

Related software

  • Awesome wm
  • compfy (picom with animation, no longer maintained)
  • polybar with polybar-theme (need many requirements i.e. rofi)
  • wezterm

Awesome

github
config
config directory:~/.config/awesome/
doc

youtube

Execute commands on spawn

in the config file rc.lua

1
2
3
awful.spawn("picom --experimental-backend")
awful.spawn("polybar")
awful.spawn.with_shell("xxx.sh")