home.social

#tabbed — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tabbed, aggregated by home.social.

  1. Today I learned that #windows11 finally has a #tabbed #filemanager. Wow! I mean, #linux file managers have had tabs for years, but I'm not complaining. Imagine, a new #windows feature that actually makes my work easier!

  2. Here's an example where I'm using something like this: switching between tabs.

    Originally made this on @codepen after someone asked how to create tabs with rounded corners *and* borders.
    codepen.io/thebabydino/pen/oNK

    Then finally polished it this weekend.

    Vanilla #CSS + #JS + a bit of #SVG #filter magic.🪄

    Works with an image behind the tabs, the tabs may also have an image background.

    #svgFilter #tabs #tabbed #JavaScript #web #webDev #webDevelopment #dev #code #coding #frontend #a11y

  3. Using ( and other documents viewer) with ( utility) is a great combo to work through a ton of PDFs one at a time where they are all displayed in a single window. The window stays in the same spot and just advances through any number of PDFs by using a loop in bash like

    for x in *.pdf; do zathura -e ((tabbed X ID)) $x; done

  4. I am using only one monitor, so not sure if thats affecting my opinion. But on my laptop I use and the workflow feels much cleaner, thanks to and .

    Has anybody else experience with or tiling on KDE in general? Thoughts suggestions?

  5. CW: re: xmonad success (long)
    As I continue my Xmonad journey, I finally managed to make the tabbed layout work, with this config:

    https://xiangji.me/2018/11/19/my-xmonad-configuration/#my-full-configuration-files

    At first xmobar covered the whole thing, but it looks like the "noBorders" thing solved it (probably).

    I always loved the tabbed layout in i3, so I am happy to get it back. :)

    #linux #xmonad #layout #tabbed #artix #customization