GithubHelp home page GithubHelp logo

suckless's Introduction

ttybitnik/suckless

This repository contains the source code and configuration files for my suckless dwm, dmenu, dwmblocks, st, and slock. These are minimalist and lightweight tools designed for users who want a customizable and efficient system.

Table of contents

Features

List of features available in the source code and configuration files of this repository:

dwmautostart, rotatestack, centeredwindowname, centeredmaster, centeredfloatingmaster, pertag, xrdb, vanity gaps, systray, dwmc, scratchpads
dwmblocksstatuscmd
dmenuxresources
stxresources, xresources reload, alpha, scrollback, scrollback mouse, visualbell
slockdpms

Dependencies

Dependencies needed for my build to work correctly:

Main

Instructions

Prerequisites

Before installing the suckless tools, make sure that you have the following prerequisites installed:

  • make
  • gcc
  • libx11-dev
  • libxft-dev
  • libxinerama-dev

Installation

  1. Clone the repository:
    mkdir -p ~/.config/suckless/
    cd ~/.config/suckless
    git clone https://github.com/ttybitnik/suckless.git .
        
  2. Build and install dwm:
    cd dwm
    sudo make clean install
    cd ..
        
  3. Build and install dmenu:
    cd dmenu
    sudo make clean install
    cd ..
        
  4. Build and install dwmblocks:
    cd dwmblocks
    sudo make clean install
    cd ..
        
  5. Build and install st:
    cd st
    sudo make clean install
    cd ..
        
  6. Build and install slock:
    cd slock
    sudo make clean install
    cd ..
        

Usage

To use dwm, dmenu, dwmblocks, st, and slock, simply launch them from your terminal or from my dotfiles’ startup script.

  • To launch dwm, run exec dwm in your .xinitrc or .xsession file.
  • To launch dmenu, press ProprietaryKey p to run the dwm dmenu_run command.
  • Dwmblocks is automatically loaded through my dwm’s startup script when you launch dwm.
  • To launch st, press ProprietaryKey y.
  • To launch slock, run slock in dmenu.

Configuration

After installing dwm, dmenu, dwmblocks, st, and slock, you can customize their configuration by editing the corresponding config.h files. You can find these files in the dwm/, dmenu/, and dwmblocks/ directories, respectively.

Here are some examples of configurations you can modify:

  • Add or remove key bindings for dwm in the config.def.h file in the dwm/ directory.
  • Change the font and color scheme for dmenu in the config.def.h file in the dmenu/ directory.
  • Add or remove status modules for dwmblocks in the blocks.def.h file in the dwmblocks/ directory.
  • Customize the colors and fonts for st in the config.def.h file in the st/ directory.
  • Configure slock options, such as the the time delay, in the config.def.h file in the slock/ directory.

License

This project is licensed under the MIT License, unless an exception is made explicit in context.

See the LICENSE files for more information.

suckless's People

Contributors

ttybitnik avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.