Skip to content

Instantly share code, notes, and snippets.

@RomaniukVadim
Created April 6, 2018 22:02
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save RomaniukVadim/7775d56bc26265bd1b7d2ab277a50622 to your computer and use it in GitHub Desktop.
Save RomaniukVadim/7775d56bc26265bd1b7d2ab277a50622 to your computer and use it in GitHub Desktop.
Bspwm install arch linux
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
@sud0pacman
Copy link

i am not understate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment