Skip to content

adithya-r-prabhu/bspwm

 
 

Repository files navigation

BSPWM Setup and Theme for EndeavourOS

BSPWM EndeavorOS Community Edition

image unknown-5 unknown unknown-1

To Install manually

git clone https://github.com/adithya-r-prabhu/bspwm.git
cd bspwm
bash bspwm-install.sh

Install Endevour os bspwm edition then

git clone https://github.com/adithya-r-prabhu/bspwm.git

cd bspwm

bash setup.sh

Get involved at our forum:

https://forum.endeavouros.com/c/desktop-environments/bspwm/75

Fonts used

Inter-Regular

IosevkaTermNerdFontComplete

To change icons on polybar

gucharmap is a convenient utility for browsing selected fonts. Filter View > By Unicode Block + Show only glyphs from this font and navigate to Private Use Area. If you find an icon in gucharmap but don't know which font it's from, you can hover over it and right click to display the font.

reference

https://github.com/polybar/polybar/wiki/Fonts

Hardlink files to the git folder to push

cp -r -l /home/$USER/.config/bspwm /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/dunst /home/$USER/Documents/GitHub/bspwm/.config
cp -r -l /home/$USER/.config/gtk-3.0  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/nitrogen  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/polybar  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/rofi  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/sxhkd  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/termite  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/xfce4  /home/$USER/Documents/GitHub/bspwm/.config/
cp -r -l /home/$USER/.config/picom.conf /home/$USER/Documents/GitHub/bspwm/.config/

sxhkd-helper-menu

https://github.com/fiskhest/sxhkd-helper-menu https://www.reddit.com/r/bspwm/comments/fb5z6j/is_it_possible_to_bind_shell_aliases_with_sxhkd/

Fix X shaped cursor bspwm

Install xsetroot xorg-xsetroot

Run the command to change to normal mouse cursor

xsetroot -cursor_name left_ptr

References

https://www.reddit.com/r/bspwm/comments/8gwwlc/cursor_displays_x_when_not_over_window/

Right click Context menu not working

Run

xprop

and click on terminal

Reference

baskerville/bspwm#232

Xrandr Monitor setup

xrandr  --output HDMI-0 --mode 1920x1080 --rate 74.97

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.5%
  • CSS 0.5%