Ah yes noted - if one wants to discuss schooting schoolchildren, they should do it on Signal. /s
- Posts
- 4
- Comments
- 779
- Joined
- 1 yr. ago
- Posts
- 4
- Comments
- 779
- Joined
- 1 yr. ago
Selfhosted @lemmy.world I feel like people are sleeping on the Minisforum MS-R1 as a good value home server PC
Linux @lemmy.world Arbitrary code execution breaking sandboxes in KDE Plasma | Kimiblock's Blog
Linux @lemmy.ml Arbitrary code execution breaking sandboxes in KDE Plasma | Kimiblock's Blog
LocalLLaMA @sh.itjust.works I Put a Datacenter GPU in My Gaming PC for £200

You can make a keyboard shortcut in the settings that runs a script that simulates f7. From the top of my head
Install
ydotool:yay -S ydotool sudo systemctl enable --now ydotoolCreate script
~/f7.sh:#!/bin/sh ydotool key f7chmod +x ~/f7.shBind it via System Settings → Shortcuts → Custom Shortcuts → New → Script/Application.
Set trigger to e.g.
Ctrl+Shift+F, Action to/home/youruser/f7.sh.