Yash Agarwal

Posts tagged with ‘i3’ (4)

Battery Notifications in i3

I am using i3 window manager for the last seven months, and it has been a pleasant and productive experience so far. There were a few hiccups here and there, but that is expected with such minimalistic setups. One thing that I never noticed was the lack of notifications on critical battery levels. For the last few months, my laptop battery was discharging to 0% all the time. Probably this proved to be too fatal for my battery.

Arch Linux Installation Guide Part 2

In this post, I will continue from my last post and set up my newly installed Arch Linux for daily use. I am going to install some applications that I use on a day to day basis. Some of these applications are required for my current dotfile configuration setup to work properly. The choice of applications is highly opinionated and your preferences might be different. If you had gone for installation via SSH option, then I would suggest you to edit your sshd_config file and disable root login.

Arch Linux Installation Guide Part 1

Arch Linux is a Linux distribution known for its not-so-beginner-friendly command line installer, no ready-to-use system after installation and requirement of above average knowledge of command line. However, Arch Linux allows me to set up a system in my desired state in shortest possible time with least effort. This is why I keep coming back to Arch Linux even after some of its annoyances. This guide is written primarily for my reference, as someone who has installed Arch Linux several times, I still can’t remember all the installation steps perfectly.

Setting Up SSH Agent in i3

In this post, I will write about the procedure to correctly setup SSH and GPG agents in the i3 window manager. To follow this post, you need to have ssh-keys and your private GPG keys ready. If you do not already have these keys with you, I will describe the process of creating the keys. SSH Generating an SSH key pair provides you with a public key and a private key.