dotfilez here
#leveled up my bspwm config
199 messages · Page 1 of 1 (latest)
ill use your polybar conf thanks xdd
setup looks clean
@dusk mist does bspwm have the screen tearing issue that i3 has fixed my picom?
Or its just a x11 issue?
I was wondering if i should setup i3 or bspwm
Ye basically all x11 window managers have screen tearing
Except the once that have their own compositor
BSPWM doesn't have a compositor so I use picom
I just realised i installed i3 and not i3 gaps so i cant have gaps💀
But i3 gaps was not on the software manager
Might use bspwm but i3 tells about the errors u get in .config
BSPWM has very, very little config you need to do with the window manager itself so you should be fine
My BSPWM config is literally 15 lines of code
I probably will just use rofi , polybar and change colors thats all i would do
Bspwm by default has gaps between windows?
Keep in mind that for BSPWM to use hotkeys and key bindings you need sxhkd too, the X hotkey daemon.
There in the sxhkd config file there will only be keybindings
I see
For me it would be windows key its the same for you?
What have you set windows key to
this is so good
@dusk mist i kinda configured basic bspwm keybinds and also added polybar
nice
I like the rose pine colour scheme
The colour scheme I use is a modified build of rose pine
ohhhh
Alacritty is a good terminal
Gruvbox is nice
yess
but wait how do you put the themes on bspwm
specially the terminal its white by default
Alacritty has a config file over at ~/.config/alacritty/alacritty.toml
There you can define colours, fonts, etc
Colours are defined by hex values, eg: #FFFFFF is pure white and #000000 is pitch black
noted
and the desktop theme ?
like we gotta set the colors by ourselves or is there prebuild theme we can use?
You don't really "theme" the window manager itself.
You only theme the programs and apps around it, like the bar, to give it a "themed" look
ohhhh
Try looking at how colours are defined in my alacritty config is my dotfiles repo if that helps
so rofi the allacrity we gotta do seprately
and the windows ? like the transparency and borders?
okay okay
Borders and border colours are defined in the BSPWM config file
Yup
okay okay
thanks alottt !!!
weird question but when we login we see the cinnamon logo with it
bspwm is just a white circle icon
is it the same for you too?
when switching between the sessions
Yes BSPWM doesn't have an icon defined so it just shows a white circle
lol
that was pretty weird when i saw it
Guess it is just a window manager after all
lmao
@dusk mist i just configured nitrogen used your rofi theme and changed the colors to cyan xdd
your rofi theme is cool
also i didnt have the jetbrains nerd font so i just used noto sans bold
thanks i used the rofi gruvbox theme as a base and changed the colours and padding
i loved it
btw most of the things are configured its just that WINDOWS XP AAH looking tabs lol
also nitrogen dosent set the walpaper to the full screen
it does, you need to set a flag called --set-scaled
so its goes like this:
nitrogen --set-scaled /path/to/image/imagefile.png &
ohhhh okay oaky
this will be opened the moment bspwm opens right
startup command
just add that to your bspwm config file and it'll autostart
oooooo
i was confsued which font to use
mostly everyone uses jetbrains nerd font
@dusk mist
while referring your polybar conf the workspaces icon shows unmatched and theres nothing for me
ah i installed the nerd font now its fine
@dusk mist i like how you put apps and rofi drun on clicking it
saves space
my config uses nerd font icons, which are exclusive to nerd fonts.
the workspaces also uses nerd font icons, so that explains
yea i configured it
lemme show mine more like yours i just changed colors lol
this is what i did
removed the power-menu for now gonna install later
kool looks nice
@dusk mist
since i shifted to bspwm my window key which is the super key for bspwm
stops working until i reconnect keyboard
im getting this issue
i dont think its a keyboard issue as its a new one and it happened when i shifted to bspwm
it was working on the laptop keyboard but stopped on external keyboard though reconnecting fixes it
btw you can change the color of the underline
yea i changed of the workspace but others i found to be fine
now the main part comes in is i gotta config bspwm with window borders transparency
rest is configured
and have to add more keybinds
@dusk mist btw i used your picom is there any change i have to do or its good by default?
do you want to change anything?
i dont think so it works
i thought there might be something i gotta change for that there's no conflict
so far it works good
yeah picom should work out of the box
yeah nitrogen looks pretty outdated but it works and its lightweight
the default one looks ass
yess
have to configure dunst too
its very weird to use a twm at the start lol
but im getting the hang of it neovim habits
yes, i started with hyprland and was hella confused
hyprland is pain
then i tried sway and herbstluft
ps: herbstluft is NOT good. its tiling method is so weird
lol
awesome is pretty good. its configured in lua just like neovim
yep
its good on mint?
idk i only try TWMs on rolling release distros
ooooooo
i think bspwm is pretty stable for mint for now
i dont see people using awesomewm on mint
bspwm is just stable. its been marked by the creator as "complete", all bugs have been fixed, al features have been added, its complete.
damn ill jsut stick to it then
but you can always try something new
one thing i did like about i3 is that it showed you when errors were there in the config
ill probably shift to wayland then ill use sway
sway and hyprland also show your errors
nvidia compatibility is the thing making me stick with mint
yeaa
these are my dotfiles pretty much yours 💀
just changes some lines here and there
lol no problem, linux is all about open source
yess
your config is pretty nice
even though i saw otherconfigs yours was very straight and no extra bloat
so i used yours
congratulations
@dusk mist for now it looks like this
but its like when i open new windows they open in fullscreen by default
i want them to open in floating and adjust themeselves accordingly at start when i open new ones
like in default i3 or default bspwm
nice wallpaper
i see youve got the logout button too
yes i installed powermenu
have to fix this for now
and the automatic tiling of windows as i add them when on flaot
and like if im discord fullscreen and i opened terminal before
the terminal is still stuck there
unless i quit it
anyway im rewriting my starship ocnfig
i got a new symbol that i wanted to use
ooooooo
i was thinking of using ghostty
but then it uses new gtk and even kinda in beta
ghostty is a bit high on system resouces and is a libadwaita application, so it has the weird title bar
yeaa
libadwaita is the name of the new gtk thing you're taking about
for now im good with synth-shell config and alacritty
yeaaa i installed it
never tried synth shell
always used zsh or fish
synth-shell is fine ig for colors and a bit config
i used zsh on windows before
and oh-my-posh
as also @dusk mist
bspc config focus_follows_pointer true
bspc config focus_follows_monitor true
might wanna add these 2 lines on the bspwmrc because before the windows were not arranging themselves
when in floating
I only have 1 monitor but I still use focus_follow_pointer
ooo okay okay
mine on monitor it was not arranging
so i had to add that
when i do mirror
or join
with laptop
@dusk mist yoo apparantly im getting this issue
when i open any window in workspace 1
it follows to other workspaces
but if i open it in any other workspace it dosent follow to others basically arent sticky
all the windows in workspace 1 are sticky even if i set them to tiled in bspwmrc