Skip to content

Commit 70523d2

Browse files
committed
docs: start gems of october
1 parent de64df1 commit 70523d2

File tree

3 files changed

+20
-15
lines changed

3 files changed

+20
-15
lines changed

src/content/blog/2024/09/08/my-new-workstation.en.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/content/blog/2024/09/30/gems-of-september-24.en.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ One could think that this can be achieved with `:empty` as well, but this pseudo
3131

3232
When installed my new laptop, I've made the mistake to install `dhcpcd`. Then when I activated a Wireguard connection, the configured DNS was not set. This happens because the NetworkManager wants to prevent conflicts when multiple services try to write `/etc/resolve.conf`. Disabling the `dhcpcd` service resolved the issue.
3333

34-
### Change name of Gnome Online Account in Evolution
35-
36-
Gnome Online Accounts are integrated into Evolution. Evolution displays this accounts with a generated name, that is assembled from the username and the accounts server. If you want to rename them, you can edit the config file that is usually stored in `/home/user/.config/evolution/sources`. Change the value of `DisplayName` to a name of choice.
37-
3834
### Parallel downloads with Pacman
3935

4036
By default the package manager (or short pacman) downloads the packages sequentially. This can be changed in its config file, which resides at `/etc/pacman.conf`. Change or uncomment to `ParallelDownloads = 5`.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Gems of October 24"
3+
publishedAt: 2024-10-31T00:00:00.000Z
4+
tags:
5+
- Gems of the Month
6+
---
7+
8+
One step closer to building a habit. This are my findings in October 24".
9+
10+
## Linux
11+
12+
### Logitech MX Mechanical Mini
13+
14+
Not long ago I've bought a Logitech MX Mechanical Mini. Typing feels good on it and it is quite for being a mechanical keyboard. For whatever reason Logitech has decided not to include a native <kbd>Print</kbd> key, but a custom one invoking <kbd>Shift</kbd>+<kbd>Super</kbd>+<kbd>S</kbd> instead. This shortcut is calling the Snipping Tool on Windows. I wish they have added a Linux preset to the keyboard. Unfortunately it is also not possible to remap the key by yourself within the keyboard.
15+
16+
As I use my laptop sometimes with other (proper) keyboards as well, the only good solution I could think of is, to multiple assign the screenshot shortcut. Gnome doesn't allow this via the System settings, but by setting the configuration directly:
17+
18+
```bash
19+
gsettings set org.gnome.shell.keybindings show-screenshot-ui "['Print', '<Shift><Super>S']"
20+
```

0 commit comments

Comments
 (0)