Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koreoxy/dotfiles-bspwm
my arch linux desktop config for window manager bspwm.
https://github.com/koreoxy/dotfiles-bspwm
archlinux bspwm bspwmrc dmenu dotfiles kitty kitty-terminal linux polybar sxhkd sxhkdrc
Last synced: about 2 months ago
JSON representation
my arch linux desktop config for window manager bspwm.
- Host: GitHub
- URL: https://github.com/koreoxy/dotfiles-bspwm
- Owner: koreoxy
- Created: 2024-09-03T16:03:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T19:55:26.000Z (5 months ago)
- Last Synced: 2024-10-24T23:21:23.688Z (3 months ago)
- Topics: archlinux, bspwm, bspwmrc, dmenu, dotfiles, kitty, kitty-terminal, linux, polybar, sxhkd, sxhkdrc
- Language: C
- Homepage:
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Showcase
## Default
![3](https://github.com/user-attachments/assets/96650517-4191-4888-9205-e04721f61e4c)## With Picom
![4](https://github.com/user-attachments/assets/269de438-c3da-4856-98f0-dc2ce9b8f6e3)[Background Image](https://www.artstation.com/artwork/aYx4W0)
# 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
```bash
sudo pacman -Syu
sudo pacman -S bspwm sxhkd
```2. make directory config for bspwm and sxhkd
```bash
mkdir -p ~/.config/bspwm ~/.config/sxhkd
```3. copy examples config
```bash
cp /usr/share/doc/bspwm/examples/bspwmrc ~/.config/bspwm/
cp /usr/share/doc/bspwm/examples/sxhkdrc ~/.config/sxhkd/
```4. make file bspwmrc execute file
```bash
chmod +x ~/.config/bspwm/bspwmrc
```5. run bspwm with startx in file .xinitrc
```bash
exec bspwm
```