i3 – show mapped hotkeys

2019-12-02 1 min read Learning
Here is a simple script that can show you the hotkeys bound in ~/.config/i3/config : #!/bin/bash - #=============================================================================== # # FILE: i3-showkeys.sh # # USAGE: ./i3-showkeys.sh # # DESCRIPTION: # # OPTIONS: --- # REQUIREMENTS: --- # BUGS: --- # NOTES: --- # AUTHOR: Amit Agarwal (aka) # ORGANIZATION: Individual # CREATED: 11/26/2019 14:22 # Last modified: Tue Nov 26, 2019 02:43PM # REVISION: --- #=============================================================================== set -o nounset # Treat unset variables as an error > /tmp/keys cd ~/. Continue reading

Gnome with i3 on Fedora 29

2019-02-25 1 min read Fedora
I have been thinking of doing this for long time, finally I managed to get this working. Here is what you need to do to get i3 with all other gnome services running. First we will create 2 files, this is actually all you need. In these ones, I copied the original gnome files and just change gnome-shell to i3 to replace my window manager. 11:15:43=>[~]> cat /usr/share/gnome-session/sessions/gnome-i3.session [GNOME Session] Continue reading