-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbsp_wm
53 lines (40 loc) · 899 Bytes
/
bsp_wm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Binary Space Partitioning Window Manager = bspwm
Youtube Video: https://youtu.be/ZbXQUOwcH08
bspwm install
pacman packages:
bspwm
sxhkd
terminus-font
xorg-xset
xorg-xsetroot
dmenu
termite (optional)
rxvt-unicode (urxvt)
trayer (optional)
stalonetray (optional)
AUR packages:
xtitle-git
sutils-git
lemonbar-xft-git
.xinitrc
sxhkd &
exec bspwm
configuration:
mkdir -p .config/bspwm
mkdir .config/sxhkd
cp /usr/share/doc/bspwn/examples/bspwmrc .config/bspwm
cp /usr/share/doc/bspwn/examples/sxkhdrc .config/sxhkd
NOTE: edit sxkhdrc if using termite
add to .bashrc
export PANEL_FIFO=/tmp/panel-fifo
export PATH=$PATH:/home/midfingr/Documents/panel
then: source ~/.bashrc
cp -r /usr/share/doc/bspwn/examples/panel /home/midfingr/Documents
add to .config/bspwm/bspwmrc
panel &
startx
dmenu colors
https://github.com/Cesura/dotfiles
mouse cursor
add to .xinitrc
xsetroot -cursor_name left_ptr