Skip to content

desktopmgr/twm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twm

Tabbed window manager

Requires scripts to be installed

sudo bash -c "$(curl -LSs <https://github.com/dfmgr/installer/raw/main/install.sh>)" && sudo dfmgr install installer

Automatic install/update

dfmgr install twm

OR

bash -c "$(curl -LSs https://github.com/dfmgr/twm/raw/main/install.sh)"

requirements:

Debian based:

apt install twm

Fedora Based:

yum install twm

Arch Based:

pacman -S twm

MacOS:

Not supported

Manual install:

APPDIR="$HOME/.local/share/CasjaysDev/dfmgr/twm"
mv -fv "$HOME/.config/twm" "$HOME/.config/twm.bak"
git clone https://github.com/dfmgr/twm "$APPDIR"
cp -Rfv "$APPDIR/etc/." "$HOME/.config/twm/"
[ -d "$APPDIR/bin" ] && cp -Rfv "$APPDIR/bin/." "$HOME/.local/bin/"

Build Status
twm wiki | twm site