mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
typo fix + new graphs folder
This commit is contained in:
parent
4a84c8e4aa
commit
ce5de63d0c
10 changed files with 2618 additions and 0 deletions
BIN
productivity/mentalopti/20.png
Normal file
BIN
productivity/mentalopti/20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 607 KiB |
BIN
productivity/mentalopti/21.png
Normal file
BIN
productivity/mentalopti/21.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 461 KiB |
BIN
productivity/mentalopti/22.png
Normal file
BIN
productivity/mentalopti/22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 292 KiB |
BIN
productivity/mentalopti/23.png
Normal file
BIN
productivity/mentalopti/23.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 310 KiB |
|
@ -184,6 +184,99 @@ PING youtube.com (127.0.0.1) 56(84) bytes of data.
|
|||
|
||||
|
||||
<p>And that's it! Now <a href="../opus-nihil/index.html">stop going around in circles</a>, and get back to doing what truly matters to you!</p>
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /white -->
|
||||
|
||||
<div id="productivity3">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-8 col-lg-offset-2">
|
||||
<h2><b>Tiling Window Managers</b></h2> </br> </br>
|
||||
<p>Tying back to the workspace management, you can have a tiling window manager where you can manage the applications you open and move around on your desktop using only the keyboard.</p>
|
||||
<p>To achieve this i recommend using the i3 window manager like so:</p>
|
||||
<pre><code class="nim">
|
||||
nothing@debian:~$ su -
|
||||
Password:
|
||||
root@debian:~# apt install i3 -y
|
||||
|
||||
</pre></code>
|
||||
<p>once installed, (since you are probably not already in i3, but rather in an other window manager like cinnamon) you can simply go back to the login screen by logging out or by running this command:</p>
|
||||
<pre><code class="nim">
|
||||
root@debian:~# systemctl restart lightdm
|
||||
|
||||
</pre></code>
|
||||
<img src="20.png" class="imgRz">
|
||||
<img src="21.png" class="imgRz">
|
||||
<img src="22.png" class="imgRz">
|
||||
<p>From there you can start to edit the i3 config from a terminal (that you open with the shortcut Win+ENTER):</p>
|
||||
<img src="23.png" class="imgRz">
|
||||
<pre><code class="nim">
|
||||
nothing@debian:~$ vim ~/.config/i3/config
|
||||
|
||||
</pre></code>
|
||||
<p>From here you can customize just about anything you want, from the shortcuts, to the colors used and the apps that are launched upon startup. Here are the main shortcuts that you need to remember:</p>
|
||||
<pre><code class="nim">
|
||||
#my Modkey is the windows key (Mod4), it's at the very top of my i3config file.
|
||||
|
||||
#Change workspaces :
|
||||
-Mod+1234567890
|
||||
|
||||
#Change focus to next window :
|
||||
-Mod+Arrow
|
||||
|
||||
#KILL the window:
|
||||
-Mod+Shift+Q
|
||||
|
||||
#Toggle Vertical/Horizontal layout :
|
||||
-Mod+V or H (and then move/create a window where you put the V/H mode)
|
||||
|
||||
#Move window in the workspace :
|
||||
-Mod+Shift+Arrow
|
||||
|
||||
#Move window to workspace:
|
||||
-Mod+Shift+12345647890
|
||||
|
||||
#Create Terminal window:
|
||||
-Mod+Enter
|
||||
|
||||
#open any application:
|
||||
-Mod+d
|
||||
(type application name)
|
||||
ENTER
|
||||
|
||||
#Toggle floating mode on a window:
|
||||
-Mod+Space
|
||||
|
||||
#Enter resize mode:
|
||||
-Mod+R
|
||||
-then Arrows to resize
|
||||
-then ESC to exit resize mode
|
||||
|
||||
</pre></code>
|
||||
<p> I customized this quite a bit myself, while still trying to remain minimalistic about it, you can find my dotfiles about it <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/dotfiles">here</a>. In order to get my customized setup quickly i have made those 2 scripts: </p>
|
||||
|
||||
<p>First script to setup i3 and the GUI apps i want (drawio, torbrowser, mullvad-browser, simplex chat, keepassxc):</p>
|
||||
<pre><code class="nim">
|
||||
nothing@debian:~$ su -
|
||||
root@debian:~# usermod -aG sudo nothing
|
||||
root@debian:~# reboot now
|
||||
|
||||
nothing@debian:~$ sudo apt install git tor torsocks -y
|
||||
nothing@debian:~$ torsocks git clone http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/dotfiles
|
||||
nothing@debian:~$ cd dotfiles
|
||||
nothing@debian:~$ chmod +x ./debiansetup.sh
|
||||
nothing@debian:~$ ./debiansetup.sh
|
||||
|
||||
</pre></code>
|
||||
<p></p>
|
||||
<pre><code class="nim">
|
||||
</pre></code>
|
||||
<p></p>
|
||||
<pre><code class="nim">
|
||||
</pre></code>
|
||||
<p></p>
|
||||
|
||||
</div>
|
||||
</div><!-- /row -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue