mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-21 18:40:26 +10:00
removed wallpapers.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user