summaryrefslogtreecommitdiff
path: root/wm/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29Fix alphabetic orderpin1-2/+2
2021-01-28Add sdorfehspin1-1/+2
2021-01-04Add wm/mcwm.nia1-1/+2
mcwm is a minimalist window manager for the X Window System written from scratch in C directly on top of XCB. It is a traditional floating window manager with a lot of features but without the bloat. In mcwm all functions, including move and resize, are available from the keyboard but a pointing device can be used for move, resize and raise/lower.
2020-12-11Add wm/tinywmnia1-1/+2
TinyWM is a tiny window manager created as an exercise in minimalism. It is also maybe helpful in learning some of the very basics of creating a window manager. It is only around 50 lines of C. It lets you do four basic things: - Move windows interactively with Alt+Button1 drag - Resize windows interactively with Alt+Button3 drag - Raise windows with Alt+F1 - Focus windows with the mouse pointer
2020-12-10sortjnemeth1-2/+2
2020-12-05wm: Add berrynia1-1/+2
A healthy, bite-sized window manager written in C over the XLib library.
2020-11-10wm: Add mutter, the GNOME 3 window manager.nia1-1/+2
Based on work by Dan Cîrnaț and myself in pkgsrc-wip. Mutter is a window and compositing manager that displays and manages your desktop via OpenGL. Mutter combines a sophisticated display engine using the Clutter toolkit with solid window-management logic inherited from the Metacity window manager.
2020-10-11wm: Add yeahwm.nia1-1/+2
YeahWM is a h* window manager for X based on evilwm and aewm. Features: * Sloppy Focus. * BeOS-like tabbed titles, which can be repositioned. * Support for Xinerama. * Simple Appearance. * Good keyboard control. * Creative usage of the mouse. * Respects aspect size hints. * Solid resize and move operations. * Virtual Desktops. * "Magic" screen edges for desktop switching. * Snapping to other windows and screen borders when moving windows. * Small binary size(ca. 23kb). * Little resource usage.
2020-10-10wm: Revive qvwm package.nia1-1/+2
This was deleted a few years ago due to the gtk1 deprecation, but removing its dependency on gtk1 is trivial and does not impact its functionality. I consider qvwm essential software for fun. - qvwm is a window manager for the X Window System which provides a user experience very close to Windows 95/98. It is small and extremely fast.
2020-09-29wm: Add fvwm3.nia1-1/+2
Fvwm3 is a multiple large virtual desktop window manager, originally (a looooong time ago!) derived from twm. Fvwm3 is intended to have a small memory footprint but a rich feature set, be extremely customizable and extendible, and have a high degree of Motif mwm compatibility.
2020-07-23Add wm/frankenwmpin1-1/+2
2020-05-20wm: Remove amaterusnia1-2/+1
PR pkg/55275
2020-04-12import wm/sowmpin1-1/+2
sowm (Simple Opinionated Window Manager) An itsy bitsy floating window manager. - Floating only. - Fullscreen toggle. - Window centering. - Mix of mouse and keyboard workflow. - Focus with cursor. - Rounded corners (through patch(https://github.com/dylanaraps/sowm/pull/58)) - Titlebars (through patch(https://github.com/dylanaraps/sowm/pull/57))
2020-03-31obconf-qt: add new package, version 0.14.1gutteridge1-1/+2
A Qt port of ObConf, a configurator of the OpenBox window manager. (Packaged in wip by pin@, final review by myself.)
2020-01-27fluxconf: remove packagegutteridge1-2/+1
The wm/fluxconf package has been dead upstream for over a decade, fails to build with default pkgsrc settings in most environments (it has of course continually bit-rotted), and is also actively harmful for users in some contexts. It doesn't support the current config format that Fluxbox 1.3 uses, so it will actually corrupt config files. As discussed on pkgsrc-users: http://mail-index.netbsd.org/pkgsrc-users/2020/01/14/msg030221.html
2020-01-08wm: Remove GNOME 2 metacity, successor wm/marconia1-2/+1
2020-01-01wm: Add herbstluftwm.nia1-1/+2
Based on work by voidpin and benny in wip, with fixes. herbstluftwm is a manual tiling window manager for X11 using Xlib and Glib. Its main features can be described with: - The layout is based on splitting frames into subframes which can be split again or can be filled with windows (similar to i3 or musca) - Tags (or workspaces, or virtual desktops) can be added/removed at runtime. Each tag contains an own layout - Exactly one tag is viewed on each monitor. The tags are monitor independent (similar to xmonad) - It is configured at runtime via IPC calls from herbstclient. So the configuration file is just a script which is run on startup. (Similar to wmii or musca)
2019-12-30wm/Makefile: adjust to renamed E16 packagesgutteridge1-3/+3
2019-12-11wm: Add velox.nia1-1/+2
velox is a tiling window manager based on the Simple Wayland Compositor library. It is inspired by dwm and xmonad.
2019-12-11wm: Add swc.nia1-1/+2
swc is a small Wayland compositor implemented as a library. It has been designed primary with tiling window managers in mind. This is a friendly fork of swc that adds NetBSD support.
2019-08-16Add coma.fcambus1-1/+2
2019-07-26py-tyle: removewiz1-2/+1
Upstream deprecated it and is not even supporting the newer replacement.
2019-07-19bWindowsWM: removewiz1-2/+1
Not useful according to upstream, and not used in pkgsrc.
2019-04-02Initial addition of skhd-0.3.2:jmmv1-1/+2
skhd is a simple hotkey daemon for macOS. skhd is a stripped version of khd (no longer maintained) (although rewritten from scratch), that sacrifices the more advanced features in favour of increased responsiveness and performance. skhd is able to hotload its config file, meaning that hotkeys can be edited and updated live while skhd is running.
2019-04-02Initial addition of chunkwm-0.4.8:jmmv1-1/+2
chunkwm is a tiling window manager for macOS that uses a plugin architecture, successor to kwm. chunkwm represents windows as the leaves of a binary tree, and supports binary space partitioned, monocle and floating desktops. Development is happening on macOS Mojave (10.14), but OSX El Capitan (10.11.6) and newer should work fine. Older versions may or may not be compatible and will not be officially supported. chunkwm is controlled via the chunkc command-line utility, which sends commands to chunkwm to manipulate windows. chunkwm does not handle any keyboard input. A third party program (e.g. skhd) is needed to map keyboard events to chunkwm actions via chunkc.
2018-11-01Import wip/icewm14 as wm/icewm14.bsiegert1-1/+2
This is release 1.4.2 of the IceWM carry-on fork. The primary changes for this release are a large number of bug fixes, memory leak fixes, code quality improvements, various minor new features and a few portability fixes. Six old themes have been replaced with three new themes (CrystalBlue, Helix, NanoBlue). pkgsrc change: build now uses CMake.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz1-3/+1
Remove now obsolete packages.
2016-11-13Add wm/wmutils-optkamil1-1/+2
2016-06-11Add wm/wmutils-corekamil1-1/+2
2016-05-21+ marcoyouri1-1/+3
+ mate-netbook
2015-10-01add wm/quartz-wmtnn1-1/+2
2015-06-05+ bspwmyouri1-1/+2
2015-06-04import wm/2bwm, a light keyboard driven window manager.youri1-1/+2
2015-04-19+ trayercheusov1-1/+2
2014-11-24Remove wmthemes. Doesn't fetch anymore and doesn't use checksums.joerg1-2/+1
2014-08-25+ xmonad-contribszptvlfn1-1/+2
2014-08-21Remove py-qt3*, obsolete upstream and replaced by py-qt4*.wiz1-2/+1
Remove last three packages using py-qt3 as announced on pkgsrc-users.
2014-05-22+ xmonadszptvlfn1-1/+2
2014-01-05Add icewm13ryoon1-1/+2
2013-12-31Remove packages that were either BROKEN for more than a year orwiz1-2/+1
BROKEN and explicitly scheduled to be removed after 2013Q4.
2013-12-08+ obconfobache1-1/+2
2013-07-26Remove scrotwm, replaced by spectrwm.wiz1-2/+2
2013-05-31+applewmproto +libAppleWM +libWindowsWM +windowswmprotorodent1-1/+5
2013-02-12Add i3 to the makefile so it is built.tonnerre1-1/+2
2013-01-27Remove nucleo and metisse.wiz1-2/+1
Nucleo doesn't build against any ffmpeg in pkgsrc, and the last release 0.7.6 (this was 0.7.5) is from 2009, so development seems to have stopped.
2012-07-15removed centericq, ArX, gcc3-java, jitterbug, obconf, and sopedholland1-2/+1
2012-01-08+ notion.wiz1-1/+2
2011-06-18+ bmpanel2.wiz1-1/+2
2011-06-18+ wbar.wiz1-1/+2
2011-06-18+ py-tyle.wiz1-1/+2