From 40022d92ae62e570aaf3dee8187ea29865087a45 Mon Sep 17 00:00:00 2001 From: Deon Spengler Date: Mon, 27 Mar 2017 21:03:00 +0200 Subject: [PATCH] updated information about bspwm --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6245f6..6eff934 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,19 @@ My configs and scripts ====================== This repository is a collection of configurations that I use on my systems to make my life easier. Below is a brief description of some of the tools that I use in the hope that someone else might find this useful. + ![Image of my Desktop](https://github.com/deonspengler/dotfiles/raw/master/screenshot.png) bspwm ----- -This is a fantastic tiling window manager that represents windows as the leaves of a full binary tree. My scripts for bspwm supports multiple monitors and can scale very easily. +This is a fantastic tiling window manager that represents windows as the leaves of a full binary tree. My scripts for bspwm supports single to multiple monitors, adjusting the workspaces depending on the amount of monitors that is detected during startup. These scripts for bspwm depends on the following. + +1. nitrogen (is a fast and lightweight desktop background browser and setter for X windows) +2. conky (is a extremely configurable system monitor) +3. sxhkd (is a simple X hotkey daemon with a powerful and compact configuration syntax) +4. dunst (is a minimalistic notification daemon that can listen to notifications from libnotify) +5. xdo (is a utility for performing actions on windows in X) +6. lemonbar (is a lightweight bar based on XCB) vim --- @@ -23,4 +31,4 @@ To setup Vim on your system with my configuration please run the following comma ```git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim``` -Once that is done you can proceed to execute vim. With Vim now open type ":PluginInstall" without quotes and press return. This will take awhile to complete. +Once that is done you can proceed to execute vim. With Vim now open type :PluginInstall. This will take awhile to complete.