Try Collabora Online, your open source, private online office suite: https://www.collaboraoffice.com/collabora-online-youtube/
Grab a brand new laptop or desktop running Linux: https://www.tuxedocomputers.com/en#
👏 SUPPORT THE CHANNEL:
Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credits:
YouTube: https://www.youtube.com/@thelinuxexp/join
Patreon: https://www.patreon.com/thelinuxexperiment
Liberapay: https://liberapay.com/TheLinuxExperiment/
Or, you can donate whatever you want: https://paypal.me/thelinuxexp
👕 GET TLE MERCH
Support the channel AND get cool new gear: https://the-linux-experiment.creator-spring.com/
🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! https://podcast.thelinuxexp.com
🏆 FOLLOW ME ELSEWHERE:
Website: https://thelinuxexp.com
Mastodon: https://mastodon.social/web/@thelinuxEXP
Pixelfed: https://pixelfed.social/TLENick
PeerTube: https://tilvids.com/c/thelinuxexperiment_channel/videos
Discord: https://discord.gg/mdnHftjkja
00:00 Intro
00:37 Sponsor: Collabora Online
02:02 KDE tips and tricks
02:09 Fix bad icons in taskbar
03:37 Open anything with the Super key
04:28 Configure windows for specific apps
05:27 Resize windows easily
06:36 Zoom in and out
06:55 Clipboard management
07:14 Hidden app launcher
07:55 Drag and drop to sticky note
08:11 Favourite KDE Note taking app
09:43 Plasma Widgets
11:33 KDE Connect
12:52 Stamp PDFs
13:35 Drag and drop in Dolphin
14:14 Save Searches
14:37 Customize System Monitor
14:55 Parting Thoughts
15:45 Sponsor: Get a PC made to run Linux
16:52 Support the channel
Commands I showed in the video:
Set krunner to open with the Super key:
kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,toggleDisplay"
Apply the changes (needs dbus, ovbiously):
qdbus org.kde.KWin /KWin reconfigure
List all the things you can trigger with a shortcut:
qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.shortcutNames
Set the thing you want to open with the Super key:
kwriteconfig5 --file ~/.config/kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.kglobalaccel,/component/kwin,org.kde.kglobalaccel.Component,invokeShortcut,NAME_OF_THE_THING_YOU_WANT_TO_OPEN"