mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
fix all the productivity tutorials
This commit is contained in:
parent
7f002328c7
commit
25d23b6997
16 changed files with 87 additions and 6 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue