removed wallpapers.

This commit is contained in:
Derek Taylor
2019-09-24 17:19:30 -05:00
parent 4c34ca1222
commit 318cf9d9c7
238 changed files with 14 additions and 21 deletions

View File

@@ -1,17 +1,25 @@
#! /bin/sh
# ____ _____
# | _ \_ _| Derek Taylor (DistroTube)
# | | | || | http://www.youtube.com/c/DistroTube
# | |_| || | http://www.gitlab.com/dwt1/
# |____/ |_|
#
# A customized bspwmrc for the bspwm window manager.
# https://github.com/baskerville/sxhkd
# https://github.com/baskerville/bspwm
#### AUTOSTART ####
sxhkd &
compton &
nitrogen --restore &
./.config/bspwm/panel.sh &
#### MONITORS ####
bspc monitor DisplayPort-0 -d 1 2 3
bspc monitor DisplayPort-1 -d 1 2 3
bspc monitor HDMI-A-0 -d 1 2 3
bspc monitor DisplayPort-0 -d 1 2 3 4 5 6 7 8 9
bspc monitor DisplayPort-1 -d 1 2 3 4 5 6 7 8 9
bspc monitor HDMI-A-0 -d 1 2 3 4 5 6 7 8 9
#### BSPWM configuration ####
#bspc config border_radius 8

View File

@@ -22,7 +22,7 @@ The MODKEY is set to the Super key (aka the Windows key).
| Keybinding | Action |
| :--- | :--- |
| `MODKEY + Keypad Insert` | opens run launcher (dmenu is the run launcher but can be easily changed) |
| `ALT + CRTL + Enter` | opens run launcher (dmenu is the run launcher but can be easily changed) |
| `MODKEY + Enter` | opens terminal (st is the terminal but can be easily changed) |
| `MODKEY + SHIFT + c` | closes window with focus |
| `MODKEY + SHIFT + q` | quits qtile |