From 19f2c469c1b478fff852393ca50cd19d9b32ce4d Mon Sep 17 00:00:00 2001 From: Nils Leuzinger <nilsl@student.ethz.ch> Date: Tue, 2 Nov 2021 10:35:35 +0100 Subject: [PATCH] spell daemon correctly --- linux_toolkit_2021/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux_toolkit_2021/index.html b/linux_toolkit_2021/index.html index df59654..a9d63c4 100644 --- a/linux_toolkit_2021/index.html +++ b/linux_toolkit_2021/index.html @@ -346,7 +346,7 @@ class: center, middle # Notifications -Typically, linux has a notification deamon integrated. +Typically, linux has a notification daemon integrated. ```bash notify-send "Hello" @@ -428,7 +428,7 @@ class: center, middle # xbindkeys -A **keydeamon**! Let's us configure keyboard shortcuts. +A **keydaemon**! Let's us configure keyboard shortcuts. In file `~/.xbindkeysrc`: -- GitLab