Giter Site home page Giter Site logo

dwm's Introduction

Table of content:

Preview_Image

Applied Patches

  • notitle: This patch hides your window's titles in dwm-bar.

  • restartsig: This patch allows user to restart dwm via Mod+CTRL+SHIFT+Q or by kill -HUP dwmpid.

  • swallow: This patch adds "window swallowing" to dwm. Example, when you open a gui application from terminal, it hides the terminal in background, leaving that application only without splitting terminal and that application; terminal can be accessed back after closing the gui application.

  • alwayscenter: This patch places all the floating windows in the centere of screen, like the center patch, but without a rule.

  • togglefloatingcenter: Default behaviour when togglefloating() is floating from top-left corner. This patch will allows you to toggle floating window client will be centered position.

  • fullgaps: This patch adds gaps between client windows.

  • hide vacant tags: This patch prevents dwm from drawing tags with no clients (i.e. vacant) on the bar.

  • rotatetags: This patch provides the ability to rotate the tagset left/right. It implements a new function rotatetags which modifies the current tagset.

  • scratchpads: This patch enables multiple scratchpads, each with one asigned window.

  • preserveonrestart: By default, when dwm is recompiled-restarted all clients will lose it's current tag and collapse to first tag. This patch preserves clients on old tags, however note that layout order is not preserved.

Features and Keybindings

Mod/MODKEY or Mod1Mask key is referred to Alt key.
Super/Mod4Mask or Meta key is referred to Windows or โŒ˜ Command key.

  • applied kitty as default scratchpad terminal (Mod+x)
  • applied keepassxc as scratchpad password manager (Super+p)
  • applied swallow feature for kitty terminal
  • Removed clickability from the bar
  • Reconfigured Mod+button1 to move window and Mod+Shift+button1 to resize window. (Earlier both were done by Mod+button1)
  • Added Mod+r to move window and Mod+Shift+r to resize window using mouse/touchpad.
  • Mod+shift+Left and Mod+shift+Right to change the tags/worksapces.

Dependencies

Configuration

Edit config.mk to match your local setup (dwm is installed into the /usr/local namespace by default).

The configuration of dwm is done copying config.def.h to config.h, editing it and then (re)compiling the source code.

Installation

  1. Install all the required dependencies.

  2. Copy required fonts to fonts directory.

sudo cp -r ComicSansMS /usr/share/fonts/
sudo cp -r Font-Awesome /usr/share/fonts/
  1. Install dwm.
sudo make install

If you want my bar, checkout my my build of dwmblocks.

dwm's People

Contributors

whoisyoges avatar

Stargazers

 avatar  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.