I was using regolith ubuntu on an old MacBook and fell in love with i3wm on x11 or whatever it uses. Got a new computer Intel and the composters never worked right scrolling pages or watching videos. I gave up and went back to stock ubuntu. Wayland works well for me but my question is how hard is it to build a de like regolith using awesome it some other tiler? It seems intimidating

  • somethingsomethingidk@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    23 hours ago

    i3 is configured to use the program dmenu by default. A common replacement for that is rofi. I use wofi on sway. Rofi has more features, wofi is pretty simple but you can customize with css.

    Sway will read the i3 config you already have if you put it in the sway config folder. Then just download dmenu if you want that same behavior. Some things like mod+enter is binded to i3-sensible-terminal, so if you don’t have i3 installed on the box it won’t find a terminal to open. The fix is to change the binding to your preferred terminal emulator.

    All in all the transition is pretty painless.