<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Dilip's Log</title><link>http://idlip.in/</link><description>Dilip's Log</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><copyright>Copyright © 2023-2026, Dilip | Zororg; All rights reserved.</copyright><lastBuildDate>Wed, 03 Jan 2024 00:00:00 +0000</lastBuildDate><atom:link href="http://idlip.in/tags/minimal/rss.xml" rel="self" type="application/rss+xml"/><ttl>1440</ttl><item><title>Window Managers</title><link>http://idlip.in/posts/window-managers/</link><pubDate>Wed, 03 Jan 2024 00:00:00 +0000</pubDate><guid isPermaLink="true">http://idlip.in/posts/window-managers/</guid><category>linux</category><category>minimal</category><description>&lt;p&gt;
Desktop Environment gives us everything we would like to operate on Desktop with care towards UI and UX, that matches the common paradigm. It is a lot driven by mouse, and seems to fairly make work simpler and easier. It is not like keyboard can always make task quicker, mouse can be ahead of the race.&lt;/p&gt;
&lt;p&gt;
But I too followed the trend to ditch mouse and embrace the swiftness of keyboard. I like to hear the &amp;#34;clicks&amp;#34; and &amp;#34;tacks&amp;#34;.&lt;/p&gt;
&lt;p&gt;
Window Managers are tools which only manage the window alignment and their behavior, with wayland, the compositor acts as both display server and window manager. Typically tho window managers offer keyboard focused, tweakable configuration to suit user&amp;#39;s need, but alas it does work for minimal sake, just does offer on managing windows and thats it. It is not a Desktop environment to facilitate for other needs.&lt;/p&gt;
&lt;p&gt;
After fairly using a lot of window manager, from X11 days to now Wayland years, I stick with window managers only. It gives the feel of unique, self owned customization. My system can only be used by me, how cool !&lt;/p&gt;
&lt;p&gt;
Back in X11 days, I started with Cinnamon (Linux Mint) and later moved to XFCE to conserve Ram usage. Both were very good, Xfce was very much customization. Later I fell in the rabbit hole for more minimalism, and started looking at Youtube videos and came along the road of Window Managers.&lt;/p&gt;
&lt;p&gt;
Tried with &lt;code&gt;i3wm&lt;/code&gt;, and boyo boy, it worked and made the workflow like charm, and again I feel into another rabbit hole of World of window managers. The cost I had to pay was, endless customization for my needs, and wasting time. After fair usage, with some free time (pandemic age) I tried out other WMs, like &lt;code&gt;dwm&lt;/code&gt;, &lt;code&gt;leftwm&lt;/code&gt;, &lt;code&gt;Qtile&lt;/code&gt; &amp;amp; &lt;code&gt;bspwm&lt;/code&gt; and used them all fairly equally and it was done.&lt;/p&gt;
&lt;p&gt;
With wayland years, I soon discovered &lt;code&gt;sway&lt;/code&gt; was popular and drop-in replacement, so was suite of apps needed to replacement for pure wayland integration. Soon listed some and move to &lt;code&gt;sway&lt;/code&gt; ship, and reddit showed beautiful blur and animations of &lt;code&gt;hyprland&lt;/code&gt;, and finally I settled on with &lt;code&gt;Hyprland&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;
So far I have only listen WMs names, and I have not spoken of personal usage and feeling towards each of them, cause, they all just do one thing and they do it well. So except for config file (syntax), there is not much difference for user who wants to use laptop and &amp;#34;&lt;strong&gt;do the work&lt;/strong&gt;&amp;#34;. It is a wonderful change to stick with WM, cause easy management of windows and minimal way of using the system, so I can use the saving part for demanding tasks.&lt;/p&gt;
&lt;p&gt;
One peculiar, and best thing WMs offer are Workspace. Which acts like spaces where windows are placed or configured, we get 10 (typically enough) or even more to organize and use our application in a handy way.&lt;/p&gt;
&lt;p&gt;
Closing words, Window Managers are definitely great, and changing enhancement, users (linux) should give it a try at least once, of course it&amp;#39;s not for everyone, but how can anyone tell unless if they have not even tried. It can enhance the workflow for many, and can be worse for others.&lt;/p&gt;
&lt;p&gt;
So, just have a share of trial, explore and relax!&lt;/p&gt;</description></item><item><title>Linux : The Matrix</title><link>http://idlip.in/posts/linux-cheatsheet/</link><pubDate>Wed, 12 Apr 2023 00:00:00 +0000</pubDate><guid isPermaLink="true">http://idlip.in/posts/linux-cheatsheet/</guid><category>terminal</category><category>minimal</category><description>&lt;p&gt;
There are tons of linux command line cheatsheet or guides.&lt;/p&gt;
&lt;p&gt;
Here are some of the best reads, I suggest you to go throught each of it, &lt;strong&gt;It&amp;#39;s a gem&lt;/strong&gt;.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/jlevy/the-art-of-command-line"&gt;The Art of Command Line&lt;/a&gt; — notes and tips on using the command-line, suitable for both beginners and experienced users.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.commandlinefu.com/commands/browse/sort-by-votes"&gt;commandlinefu&lt;/a&gt; — command-line gems, includes a handy search feature.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/tldr-pages/tldr"&gt;tldr&lt;/a&gt; — collection of community-maintained help pages for command-line tools.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://explainshell.com/"&gt;explainshell&lt;/a&gt; — write down a command-line to see the help text that matches each argument.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.compciv.org/unix-tools/"&gt;General purpose command-line tools&lt;/a&gt; — examples for most common usecases.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devmanual.gentoo.org/tools-reference/bash/index.html"&gt;Bash reference cheatsheet&lt;/a&gt; — nicely formatted and explained well.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devhints.io/bash"&gt;Bash scripting cheatsheet&lt;/a&gt; — quick reference to getting started with Bash scripting.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;div class="center-block" style="text-align: center; margin-left: auto; margin-right: auto;"&gt;
&lt;p&gt;&lt;strong&gt;With that &lt;code&gt;coded&lt;/code&gt;, I hope you enjoy the terminal. Unleash the Matrix&lt;/strong&gt;.&lt;/p&gt;
&lt;/div&gt;</description></item><item><title>Tools that are Best!</title><link>http://idlip.in/posts/tools-readme/</link><pubDate>Fri, 17 Mar 2023 00:00:00 +0000</pubDate><guid isPermaLink="true">http://idlip.in/posts/tools-readme/</guid><category>terminal</category><category>linux</category><category>minimal</category><description>
&lt;hr&gt;
&lt;div id="outline-container-headline-1" class="outline-2"&gt;
&lt;h2 id="headline-1"&gt;
Utilities that are Best! 🌟
&lt;/h2&gt;
&lt;div id="outline-text-headline-1" class="outline-text-2"&gt;
&lt;hr&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Class&lt;/td&gt;
&lt;td&gt;Name&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Window Manager&lt;/td&gt;
&lt;td&gt;&lt;a href="https://hyprland.org/"&gt;Hyprland&lt;/a&gt; 🌸&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Text Editor&lt;/td&gt;
&lt;td&gt;&lt;a href="https://www.gnu.org/software/emacs/"&gt;Emacs&lt;/a&gt; 💮&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Gtk Theme&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme"&gt;Gruvbox&lt;/a&gt; / &lt;a href="https://github.com/vinceliuice/Orchis-theme"&gt;Orchis&lt;/a&gt; 🎨&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Font&lt;/td&gt;
&lt;td&gt;&lt;a href="https://tosche.net/fonts/comic-code"&gt;Comic Code&lt;/a&gt; / &lt;a href="https://github.com/dtinth/comic-mono-font"&gt;Comic Mono&lt;/a&gt; / &lt;a href="https://github.com/tonsky/FiraCode"&gt;Fira Code&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Pdf Reader&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/ahrm/sioyek"&gt;Sioyek&lt;/a&gt; 📔 (ditch zathura)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Media Player&lt;/td&gt;
&lt;td&gt;&lt;a href="https://mpv.io"&gt;MPV!&lt;/a&gt; 🎬 (its MVP too)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Image Viewer&lt;/td&gt;
&lt;td&gt;&lt;a href="https://sr.ht/~exec64/imv/"&gt;Imv&lt;/a&gt; 🖼️&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RSS Reader&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/skeeto/elfeed"&gt;Elfeed&lt;/a&gt; 📰 (Again, Emacs)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Music Player&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/ncmpcpp/ncmpcpp"&gt;Ncmpcpp&lt;/a&gt; or &lt;a href="https://github.com//mingus"&gt;Mingus in Emacs&lt;/a&gt; 🎶&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Terminal&lt;/td&gt;
&lt;td&gt;&lt;a href="https://codeberg.org/dnkl/foot"&gt;Foot&lt;/a&gt; via footclient ⚽&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Menu/Launcher&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/davatorium/rofi"&gt;Rofi&lt;/a&gt; 🚀&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Notification&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/dunst/dunst"&gt;Dunst&lt;/a&gt; 🛎️&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Shell&lt;/td&gt;
&lt;td&gt;&lt;a href="https://zsh.org"&gt;Zshell&lt;/a&gt; with &lt;a href="https://starship.rs"&gt;Starship&lt;/a&gt; 🔰&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Status Bar&lt;/td&gt;
&lt;td&gt;&lt;a href="https://github.com/Alexays/Waybar"&gt;Waybar&lt;/a&gt; 🍥&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Favourite Color-Schemes&lt;/td&gt;
&lt;td&gt;Modus-Vivendi + Gruvbox&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;blockquote&gt;
&lt;p&gt;Rest all other stuffs I do in Emacs, tbh I could do everything in Emacs lol.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Feel free to comment down and ask me doubts or about some improvements, you wanna inform! I will be glad.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description></item></channel></rss>