Skip to content

my arch linux desktop config for window manager bspwm.

Notifications You must be signed in to change notification settings

koreoxy/dotfiles-bspwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Showcase

Default

3

With Picom

4

Background Image

My Colors Theme

Preview Variable Hex RGB
Background #141b1e rgb(20, 27, 30)
Secondary Background #0E111A rgb(14, 17, 26)
Dark Gray #6C695E rgb(108, 105, 94)
Red Pink #C65D5A rgb(198, 93, 90)
Green #6f9170 rgb(111, 145, 112)
Orange #DD9546 rgb(221, 149, 70)
Light Gray #c8cbba rgb(200, 203, 186)
White (gray) #cfcaca rgb(207, 202, 202)

Install BSPWM

  1. Update system and install package bspwm and sxhkd
sudo pacman -Syu
sudo pacman -S bspwm sxhkd
  1. make directory config for bspwm and sxhkd
mkdir -p ~/.config/bspwm ~/.config/sxhkd
  1. copy examples config
cp /usr/share/doc/bspwm/examples/bspwmrc ~/.config/bspwm/
cp /usr/share/doc/bspwm/examples/sxhkdrc ~/.config/sxhkd/
  1. make file bspwmrc execute file
chmod +x ~/.config/bspwm/bspwmrc
  1. run bspwm with startx in file .xinitrc
exec bspwm