My build of dwm
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

40 Zeilen
1.6 KiB

  1. Source: dwm
  2. Section: x11
  3. Priority: optional
  4. Maintainer: Hugo Lefeuvre <hle@debian.org>
  5. Build-Depends: debhelper (>= 11),
  6. libx11-dev,
  7. libxinerama-dev,
  8. libxft-dev,
  9. libfreetype6-dev,
  10. dpkg-dev (>= 1.16.1.1)
  11. Standards-Version: 4.1.5
  12. Homepage: http://dwm.suckless.org/
  13. Vcs-Browser: https://salsa.debian.org/hle/dwm
  14. Vcs-Git: https://salsa.debian.org/hle/dwm.git
  15. Package: dwm
  16. Architecture: any
  17. Depends: ${misc:Depends},
  18. ${shlibs:Depends}
  19. Recommends: suckless-tools, x11-xserver-utils, stterm | x-terminal-emulator
  20. Provides: x-window-manager
  21. Description: dynamic window manager
  22. dwm is a minimalistic window manager. It manages windows in tiling and floating
  23. modes. Either mode can be applied dynamically, depending on the application in
  24. use and the task performed.
  25. .
  26. In tiling mode windows are managed in a master and stacking column. The master
  27. column contains the window which needs most attention at a time, whereas the
  28. stacking column contains all other windows in a stack. Dialog windows are
  29. managed floating, however.
  30. .
  31. In floating mode windows can be resized and moved freely. Windows are grouped
  32. by tags. All windows with a specific tag can be viewed at a time. But each
  33. window may contain more than one tag, which makes it visible in several views.
  34. .
  35. Please notice that dwm is currently customized through editing its source code,
  36. so you probably want to build your own dwm packages. This package is compiled
  37. with the default configuration and should just give you an idea about what dwm
  38. brings to your desktop.