AntiWM 0.0.5

Feb 13, 2010
Source: ace
Others
+3 +3
Current rating:
AntiWM 0.0.5 screenshot
AntiWM is a simple and small window manager with a focus on productivity and utility. Inspired by ratpoison, AntiWM is keyboard driven and handles all windows fullscreen.C-t C-cThis opens a new terminal session.C-t C-eThis opens a new editor session.C-t C-wThis displays the program bar for 5 seconds, which displays currently running windows. Jump to each window by number by typing 'C-t C-, where is the number of the window.C-t C-pThis jumps you to the previous window in the window list.C-t C-nThis jumps you to the next window in the window list.C-t C-This jumps you to window where is the window number as shown in the Program Bar.C-t C-tThis toggles between the current window and the last window.C-t tSometimes you need to send a C-t to the current window. This keystroke does just that.NOTE: These are the default settings.
There is no antiwm.conf or antirc to edit. To configure AntiWM, edit the settings in 'conf.h', then recompile and install.BuildingAntiWM comes with a Makefile that should work in most cases and most architectures. If there is trouble compiling, try and edit it.1) cd /path/to/antiwm/srcThe path should point to where AntiWM was extracted.2) makeThis compiles the program. Most warnings are fine, but errors should be cause to check the Makefile. 3) make installThis installs AntiWM. By default AntiWM installs to /usr/local/bin. If this is not where AntiWM should be installed, change the path indicated in the Makefile. NOTE: This should be done as a privileged user. What's New in This Release: · Bugfix Release (100% CPU error and others fixed)
DOWNLOAD NOW
Comments
Add Comment
Today's Top Linux Application

depfinder
1.2.2

depfinder is an utility that scans Slackware packages and outputs a list of their dependencies. The dependency list can be output to stdout, to a comma separated list in a .dep text file or to a slack-required file with or without version information. As of version 1.0.0, depfinder supports x86_64 systems. This can be enabled by passing an extra parameter in the installation scripts (take a look in the INSTALL file in the source tarball...