fix all the productivity tutorials

This commit is contained in:
nihilist 2025-03-28 12:08:33 +01:00
parent 7f002328c7
commit 25d23b6997
16 changed files with 87 additions and 6 deletions

View file

@ -382,6 +382,21 @@ CTRL+B [
CTRL+B f (find window based on what's displayed in it)
</pre></code>
<p>From i3, if you want you can also mute all notifications by adding the following dunst lines in startapps.sh:</p>
<pre><code class="nim">
[ Mainpc-PrivateVM-Debian12 ] [ /dev/pts/38 ] [~]
→ cat ~/.config/i3/startapps.sh
#!/bin/bash
# DISABLE NOTIFICATIONS:
/usr/bin/dunst
/usr/bin/dunstctl set-paused true
sleep 1
#Start apps:
[...]
</pre></code>
<p>And there you have the last 2 workspaces, one for payments and accesses, and the last one being for distractions:</p>