kwin/clients/laptop/Makefile.am
Daniel M. Duley ef5094b21a New KWin look-and-feel plugin specifically coded for laptops :)
It features a reduced height taskbar with oversized width buttons (I may make
these even wider to make them easier to hit), a minimal frame, and a
oversized shaped resize handle. Uses the system KWin style buttons, not just
because I like them but because they fit in the reduced size bar ;-)

As usual, here's a screenshot:
http://www.mosfet.org/kwinlaptop.gif

On another note, the Be style is going away and is now replaced by B2. Be
needs work so I asked Matthias Ettrich about it (he's the maintainer of that
style), and it turns out he's already using B2 :)

svn path=/trunk/kdebase/kwin/; revision=44656
2000-03-25 16:49:12 +00:00

21 lines
420 B
Makefile

INCLUDES = $(all_includes)
lib_LTLIBRARIES = libkwinlaptop.la
libkwinlaptop_la_SOURCES = laptopclient.cpp
METASOURCES = AUTO
noinst_HEADERS = laptopclient.h
lnkdir = $(kde_datadir)/kwin/
lnk_DATA = laptop.desktop
EXTRA_DIST = $(lnk_DATA)
libkwinlaptop_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -module
libkwinlaptop_la_LIBADD = $(LIB_KDEUI)
###KMAKE-start (don't edit or delete this block)
###KMAKE-end