Share Your Desktop

This makes me want to install Arch with Mate desktop all in Green!

Screenshot_20210405_230801

6 Likes

Have you try bspwm?

Yes i have but i find the window managers harder to enjoy because i don’t have that much experience with them. So configuring it to look nice is time consuming and doesn’t always go well. Yours looks really nice. I find it a little difficult in understanding the flow also in using it.

1 Like

bspwm is very easy
only tree config file bspwmrc sxhkdrc polybar
it took me one day to learn bspwm and 3 days for polybar :face_with_raised_eyebrow:
i always make backup if i mess something up.
window managers is fast and fun :shushing_face:

2 Likes

I am going to give it a try … as i like the set up. I like being able to switch back and forth to the different open windows or opening a new space and then opening a new window. One thing i would prefer is that if you are in an open window that if you opened another Window it would automatically go to another space and not open in the same Window unless i want it to. Not sure if that is already in the config? I don’t always want it to tile the existing Window.

1 Like

In BSPWM you can set specific programs to always open in certain workspaces (eg. telegram on workspace #2), but I don’t know if there is a way to always open whatever program you want in a different workspace than the current one, but there might be some config magic I’m not aware of. You can certainly open something, and then “throw” it to another workspace with a keybinding.

1 Like

example:
in bspwmrc

1 > media

declare -a media=(Audacity mpv mplayer lxmusic vlc)
for i in ${media[@]}; do
bspc rule -a $i desktop=’^1’ follow=on focus=on; done

1 Like

if you wont one program move to another workspace
eg.
press super + shift + 4

will move to workspace 4

i am not good to english :upside_down_face:

3 Likes

@ricklinux

I get what you mean. If you want a window to not be bound to a workspace open i3 config and comment out these entries like this:

# bind program to workspace and focus to them on startup:
#assign [class="Xfce4-terminal"] $ws1
#assign [class="(?i)firefox"] $ws2
#assign [class="Thunar"] $ws3
#assign [class="Thunderbird"] $ws4
#assign [class="TelegramDesktop"] $ws5
3 Likes

I confuse ( I know it no hard for me ) :rofl:

It all ok bind thing to a workspace until you need it on another. That point of wm ( multiple thing clearly show) simple “mod+shift+Workspace number” or use tab view

Edit… there floating view !! All few key press away

2 Likes

I didn’t know about cpufetch

Thank you @ricklinux !

cpufetch

5 Likes

:rofl: :rofl: :rofl:

ok i misunderstood i thought it was bspwm
and not i3wm

Same idea. Basic wm all work similar :wink: they manage windows :blush:

can you do this in i3wm?

declare -a media=(Audacity mpv mplayer lxmusic vlc)
for i in ${media[@]}; do
bspc rule -a $i desktop=’^1’ follow=on focus=on; done

Bildschirmfoto_2021-04-06_20-03-38
same here never find that one!
:rofl:

6 Likes

Nice cpu you have :stuck_out_tongue_winking_eye:

1 Like

yes it boosts my need to run a lot virtual machines and building ISO, i was running on 4 Threads and 8GB of RAM before that machine :wink:

5 Likes

This what you used?

https://github.com/Dr-Noob/cpufetch

1 Like

Installed yesterday, wallpaper is from the “Picture of the Day” service (source is NASA)

Screenshot_20210407_094656 Screenshot_20210407_094819

8 Likes

gnome 40 is here :slight_smile:

Captura de tela de 2021-04-07 11-49-30

Captura de tela de 2021-04-07 13-50-13

14 Likes