Bspwm edition

i3lock and ttf-nerd-fonts-symbols needs to be added and otf-font-awesome + slock removed?

2 Likes

Yes I will do that :+1:

Edit: Done!

2 Likes

is this working? → icon="/home/$USER/.config/bspwm/scripts/i3lock-fancy/circlelockdark.png"
i would use:
icon="~/.config/bspwm/scripts/i3lock-fancy/circlelockdark.png"

1 Like

I tested both on VM and my actual install. Worked as expected.
The “~/.config” way surprisingly didn’t work.

2 Likes

/home/$USER/ is bash style —> #!/usr/bin/env bash

2 Likes

Today I have installed the BSPWM community edition on my laptop.
My compliments to a very very polished implementation. Almost nothing needed any changes before I could just use it.

6 Likes

I just installed bspwm community edition
it work like a charm
it is basic config.
that’s the fun of linux
change config to what you want
Very good work from the BSPWM community edition
Thanks
PS: sorry for my bad English

3 Likes

I have downloaded the dev.iso but in virtualbox and on bare metal every time i want to install, calamares says there is no internet connection while I’m connected?

https://forum.endeavouros.com/t/community-edition-iso-development/12683/26?u=flyingcakes

There was a small discussion here. Another user faced similar problem. Please see if it helps you.

today apparently a new iso has appeared, downloaded and now the installation is in progress on my laptop

2 Likes

bspwm is my new baby
i like bspwmrc is small and sxhkdrc is cool
you can use sxhkd in i3wm too
bspwm are so easy to set up

3 Likes

is it normal when I installed bspwm EndeavourOS-Community-Editions
i answered no to nvidia-installer-dkms should be installed
but after installed was finished
nvidia-installer-dkms was installed even though I refused to install this package.

1 Like

@joekamprad

In relation to the last comment by icebird

nvidia-installer-dkms was installed because it’s listed in netinstall.yaml under base group. Is this okay or should it be removed?

1 Like

it is also in endeavouros-2021.02.03-x86_64.iso
but I can choose the uncheck in 2021.02.03
but in bspwm edition it forces me to install this package

1 Like

we have it still on default:
https://github.com/endeavouros-team/install-scripts/blob/bf8a6d5ed6db61bac8d0487344c427d9f77e179b/netinstall.yaml#L120
but we should remove it yes.

3 Likes
show keybindings with fzf

2021-04-15_22-35

4 Likes

Hey nice!

Did you set that up or does it take it automatically or something?

It would be cool if it did it automatically.

a litle bash script

#! /bin/bash

cat ~/.config/bspwm/sxhkd/sxhkdrc | awk '/^[a-z]/ && last {print $0,"\t",last} {last=""} /^#/{last=$0}' | column -t -s $'\t' | fzf
3 Likes

Very very cool!

Do you mind if we steal this?

@flyingcakes? Very useful!

1 Like

of course you can

3 Likes