CSx
Github Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

πŸ’» Dolphin (KDE)


Select file/folder with single click (for shift click or alt click selections)

  1. System Settings (app)

  2. Workspace Behaviour

  3. General Behavior

  4. Clicking files or folders > Selects them

SSH with Fish

  • In the url/path bar

    • fish://user@ipaddress

    • Stream media from another PC..

Custom Right Click Menu

  • kf5-config --path services

  • vim $HOME/.local/share/kservices5/ServiceMenus/action.desktop

    Copy path Example (See below for menu entry options)

    Copy Path is now builtin as of 02/03/23

    [Desktop Entry]
    Type=Service
    Icon=edit-copy
    X-KDE-ServiceTypes=KonqPopupMenu/Plugin
    MimeType=directories;all/all;
    Actions=cppath;
    Encoding=UTF-8
    Terminal=false
    
    [Desktop Action cppath]
    Name=Copy Path
    Icon=edit-copy
    Exec=echo "%f" | xclip -selection c
    Terminal=false
    
  • Can’t Copy Folder Path

    • Settings > Configure Dolphin > Services > Check Copy Path

    • Right click folder > Actions > Copy Path

Resources