• 0 Posts
  • 23 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle
  • I did Samsung dex for a while, its ok as long as you don’t want low level access to what you connecting to.

    Now I switched to a gpd micropc 2 and its built in ethernet, sd card, usb a and c sockets and native linux make it so much more useful. No longer do i need dongles or other rubbish.

    Plus it will do multiple monitor support, something dex struggles with. The keyboard is a little small for touch typing but the former factor is worth the trade of for me.


  • Dumbest person I know also happens to be a super nice, always happy, and also very attractive. She’s never struggled to get work ever, even for her dream job as a teacher when she had to take her foundational English and Math exams three times.

    I would say she has a better life than the majority of people, never had a day of stress ever as everything has always worked out for her.








  • Its six years old, that’s starting to get on a bit now for a processor that was never anywhere near top of the line from AMD when it was new.

    I think if you are trying to bling our your desktop and not expecting it to impact performance from an older, less powerful setup then generally speaking you are going to have a bad time. You should be pitching your desktop experience based on what your hardware can handle, there are plenty of terminal options available depending on what you need, just like there are plenty of WM/DMs if you have a lower spec machine.

    Having said that, it was pretty damn obvious that there something wrong with ghostty on their setup, and its misleading to say that ghostly is just bad because of that.


  • Its a bit slower than Alacritty for my use case, not massively enough, but enough to put me off. The extra functionality such as its TMUX stuff I just do not need. I think if you want a more fully featured terminal, particularly if you do a lot of code writing in the terminal, then I would pick Kitty.

    I only really do quick remote editing in the console so its not important for me, and I do not want TMUX as I use a tiling WM. Terminal launch speed is particularly important to me because of this.

    I haven’t tried foot yet, that is meant to be good for wayland and as I use Sway it might be better fit. I would need to get frustrated with Ghostty before I could be bothered to switch, which is what happened to me with Alacritty over image support, shallow as that sounds.





  • If you are the person asking the floating window question from the other day as JustAnotherKay spotted, then this is how I set a window to floating in my config;

    for_window [title="www.youtube.com" app_id="firefox"] floating enable, resize set 1280 720 , opacity 1

    What this is doing is selecting any firefox app that has www.youtube.com anywhere in the title and make that floating, with a set size, and remove any opacity (transparency) that might be applied to the window.

    You can add move absolute position 0 0 on the end if you want to set the absolute location for the window.

    You can force a window to a particular workspace by:

    assign [class="discord"] workspace number $ws2

    and that workspace to a particular monitor with:

    workspace $ws2 output DP-1

    If I wanted to do this for all firefox windows I would just remove the title= part from the selection.

    How do you get the titles and other components? Using swaymsg as follows:

    swaymsg -t get_tree

    this will output all your open windows per monitor, for each app you want to manage you are looking for something like:

    #15: con "#tech-talk🖥 | 40% Keyboards - Discord" (xdg_shell, pid: 6260, app_id: "discord")

    from here you its simple to pick up what you can use for a unique select, so app_id:=“discord” in this case.

    If you reload your config file, then reopen the app, it should reflect the changes you made to the config file. Logging on and off in the worst case will restart it.





  • I used to use gnome and I am heavily into customization. I gave up using gnome as they would constantly change things often for no real reason that whimsy, breaking previously working scripts, extensions and so on so I stopped using it. Its fine if you want to customize the basics like wall paper but I really wouldn’t bother for in-depth customization. Not because it isn’t possible, but because maintenance of it is a PITA.


  • Yeah I added bluetooth in mine, it’ll show me whats connected on hover and just launch the gnome app for bluetooth if I click it, super lazy implementation. I don’t need brightness controls so never looked at them.

    EOS seems to use mako for notifications? I have never tried it.

    I use swaync, which once themed and the rights bits you want, added, is ok. I wanted something more like the Gnome notification drop down that had do not disturb, media player controls, extensible menus, etc. in it.