Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var преди 3 години
..
patches 718e23b5c6 desktop/dwm: Add new options to slackbuild. Fix 6.2 update patch. преди 5 години
sbo-patches 6a98a6f8f6 desktop/dwm: Remove a patch not necessary on current. преди 3 години
README 7b4d5973fa desktop/dwm: Fix rofi theme. Add optional CK/dbus support. преди 5 години
README.CONFIG 718e23b5c6 desktop/dwm: Add new options to slackbuild. Fix 6.2 update patch. преди 5 години
doinst.sh 718e23b5c6 desktop/dwm: Add new options to slackbuild. Fix 6.2 update patch. преди 5 години
dwm.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var преди 3 години
dwm.info cb26df6481 sbo/scripts: Email changes преди 4 години
dwm.rasi.new 7b4d5973fa desktop/dwm: Fix rofi theme. Add optional CK/dbus support. преди 5 години
slack-desc 7fda6ffbb5 desktop/dwm: Switch to https. преди 7 години
xinitrc.dwm 7b4d5973fa desktop/dwm: Fix rofi theme. Add optional CK/dbus support. преди 5 години
xinitrc.dwm.ck 7b4d5973fa desktop/dwm: Fix rofi theme. Add optional CK/dbus support. преди 5 години

README

dwm is a dynamic window manager for X. It manages windows in
tiled and floating layouts. Either layout can be applied
dynamically, optimizing the environment for the application
in use and the task performed. It is the little brother of
wmii.

As of 6.1, `st` is the default terminal. This does not
require installing `st`, only symlinking your favorite
terminal to:

/usr/local/bin/st

If a config.h is found in the SlackBuild directory it will
be copied to the source directory and used in the build,
allowing easy customisation.

See README.CONFIG for more information.


OPTIONS

Use the full xinitrc with ConsoleKit and dbus support:

CK=yes sh dwm.SlackBuild

Use the system tray patch:

SYSTRAY=yes sh dwm.SlackBuild

Use Mod4 (Windows key) instead of Mod1 (alt):

MOD4=yes sh dwm.SlackBuild

Use rofi instead of dmenu:

ROFI=yes sh dwm.SlackBuild

Enable keypad for tags as well as top row digits:

KEYPAD=yes sh dwm.SlackBuild

The ROFI option also installs dwm.rasi rofi theme to
/usr/share/rofi/themes. This is set to use the same
font as dwm, so if you have patched the dwm font then you
may also want to adjust it to match.


OPTIIONAL

st

A good minimal terminal with fontconfig support. Think
"urxvt", but without perl support or the need to specify
fallback fonts manually.

rofi

A good replacement for dmenu, which caches commands hit rate
so that the most used ones are listed first and saves a lot
of extra typing. Cache can be cleared by deleting
~/.cache/rofi-*.runcache


NOTE

Some java applications seem to have problems displaying in
dwm. If you find any problems try:

export _JAVA_AWT_WM_NONREPARENTING=1

in your shell before starting the application. This is
known to fix pycharm.