Skip to content

shadowash8/ashdwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AshDWM

./assets/main.png

Overview

This repository contains my personal build of the Suckless software suite.

Included Builds

ComponentDescription
DWMDynamic Window Manager
DWMBlocks-asyncModular status bar with asynchronous updating
DMenuEfficient dynamic menu for application launching
STSimple Terminal with transparency and scrollback
PicomCompositor for shadows, blur, and opacity

Installation

Cloning

git clone https://github.com/ashwinjadhav818/ashdwm.git
cd ashdwm

Building

Since each tool is in its own directory, you can build them individually:

For dwm

cd dwm
sudo make clean install

For st

cd st
sudo make clean install

And so on for the other tools

Usage

To launch AshDWM, add the following to your ~/.xinitrc:

exec <Path_to_AshDWM>/startdwm

Now you can start ashdwm using by typing startx in tty or by adding a .desktop entry in /usr/share/xsessions Here’s a example ==dwm.desktop==

[Desktop Entry]
Name=dwm
Comment=suckless dynamic window manager
Exec=<Path_to_AshDWM>/startdwm
Icon=dwm
Type=XSession

Dependencies

  • Fonts: Pragmasevka
  • Shell: zsh
  • Extras
    • greenclip
    • tuneD

About

my own dwm bulid

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published