• @russjr08@outpost.zeuslink.net
    link
    fedilink
    English
    252 years ago

    I posted about this on the KDE community a couple of weeks ago, but Dolphin (their file manager) has a nice trick for archives (zips, tar’s, etc) - in the extract menu, there’s an “Extract, Autodetect Subfolder” button which will:

    • If the archive has an inner subfolder (and just that), it will extract this as expected
    • If the archive doesn’t have an inner subfolder, and all the files are at the root level, it will create a new folder for you and extract the files there

    This way, you don’t end up with files splattered all over say, your downloads folder. Easily one of my favorite features, and is something I wish every File Manager had. It feels like someone had the same pain that I do (and I’m sure plenty others) of extracting something, and regretting it - but then they went as far as to fix the problem for everyone and implemented a feature for it (I’d love to have the knowledge to contribute to KDE someday)!

  • Random Dent
    link
    fedilink
    102 years ago

    One I just discovered recently - in KDE, holding the Super Key & right mouse button lets you resize a window from anywhere so you don’t have to hunt around for the one corner pixel to resize it.

    No idea if it works in Gnome or other DE’s, but might be worth a try!

    • @vaionko@sopuli.xyz
      link
      fedilink
      32 years ago

      Same with super + left click to move windows. Especially handy for windows that are off the screen for some reason

    • @lelgenio@lemmy.ml
      link
      fedilink
      22 years ago

      On gnome super+left click allows you to move windows, by default.
      You can also enable super+right click to resize with gnome tweaks. In my opinion this should be the default.

      • Alex
        link
        fedilink
        12 years ago

        By default it’s super + middle click

  • Mouse gestures in Plasma.

    Just draw a shape, make it mimic a keyboard shortcut, run a script, launch a program, whatever. Such a nice feature that I use constantly.

  • Strit
    link
    fedilink
    32 years ago

    In KDE plasma, to show hidden files in Dolphin, press ALT+Period. To open Krunner no matter where you are, press ALT+Space.

    • @dino@discuss.tchncs.de
      link
      fedilink
      English
      12 years ago

      To open Krunner no matter where you are, press ALT+Space

      Or remind to any other keys and use those. (I use meta + d)

      • Strit
        link
        fedilink
        12 years ago

        Sure. I was just mentioning the defaults.

  • Corroded
    link
    fedilink
    English
    32 years ago

    Bit of an obvious one but try out new DEs in a VM before installing it on hardware. It is a pretty big time saver especially if you are ricing it.

    Other than that looking at extensions for file managers you use. There’s some neat ones and the Arch Wiki is a good place to find them

  • mFat
    link
    fedilink
    English
    12 years ago

    Speaking of apps, I’ve found TV-Lite to be a good iptv player. There are tons of free channels to watch too.

    I regularly use Shotcut for video editing.

    Video Downloader has also served me well for downloading from YouTube.

    Thorium and Mercury for web browsing.

  • BoofStroke
    link
    fedilink
    English
    1
    edit-2
    2 years ago
    • For file save/send dialogs, just drag/drop from nemo/nautilus to the file dialog instead of using the annoying navigation in the file dialog itself.
    • In cinnamon, use win-l,r,u,d to snap. In succession will go from full width/height to a corner. Reverse or drag the window to go back to original size. This gives you nice tiling with the flexibility of traditional window management as well.
    • for a terminal ctl-alt-t
    • alt-f2 to execute a command with history
  • eshep
    link
    fedilink
    12 years ago

    @imgel I wouldn’t consider #e16 a DE (still count?); but using that, I prefer having a frame-only window decoration. I use a simple #xdotool line in my #conkyrc to display the currently focused window.

    ${exec 'xdotool getactivewindow getwindowname'}

    I’ve also used a combination of xdotool, randr, and eesh in the past to do tiling and arrangement.