- Preview Images: View Here
- Distro: Arch Linux
- Installation Method: archinstall
- File System: ext4 (seperate root and home partition)
- Repositories: core, extra, multilib & AUR
- Bootloader: systemd-boot ~ configuration_tutorial_modification_guide
- X11: i3-wm ~ config directory
- Kernel: linux-tkg ~ BORE CPU Schedular + Full Tickless! tutorial_install_guide
My keybinds (see i3 config) are heavily inspired by suckless DWM. Before switching to i3, I used DWM Flexipatch by bakkeby — DWM was my first window manager.
Here are some of my custom keybinds from the i3 configuration:
-
Mod4+shift+q
= Reload i3 config- Reloads the current i3 configuration to apply any changes.
- Additionally randomizes wallpaper in
~/Pictures/wallpapers
directory. <- if you don't want this behavior modify the (i3 config).
-
Mod4+shift+r
= Rotate i3 mod navigation- Switches between
Mod1(alt)
andMod4(meta)
navigation using a script: rotate mod script.
- Switches between
-
Mod1+ctrl+shift+p
= i3 Power Menu- Activates Selectable Power Menu script: i3exit.sh.
- Escape(ESC) to cancel power menu.
-
Mod4+shift+t
= i3 Theme Changer- Launches a theme selector using Rofi: View avaliable theme scripts.
- You can easily add your own theme scripts to
~/.config/i3/themes
-
Mod4+shift+w
= Wallpaper Selector- Opens
nitrogen
- Opens
-
Mod4+shift+g
= Capture a GIF- Starts a GIF recording with the
peek
- Starts a GIF recording with the
-
Mod4+shift+s
= maim screenshot- Takes a screenshot using maim and copies to clipboard.
date_time.png
saved in~/Pictures
directory.
-
Mod4+ctrl+shift+s
= Flameshot screenshot- Takes a screenshot using Flameshot with more customization options.
date_time.png
normally saved in~/Pictures
directory.
Here are more example keybinds from my i3 config:
Let me preface "Mod1"
can equal "Mod1"
or "Mod4"
depending on rotate mod script
-
Mod1+shift+enter
= Open Terminal- Launches the terminal (default: Alacritty).
-
Mod1+p
= Rofi Application Launcher- Opens the Rofi app launcher for quick access to applications.
-
Mod4+ctrl+shift+l
= Lock Screen- Locks the screen using
i3lock
.
- Locks the screen using
-
Mod1+shift+c
= Close Window- Closes the focused window.
-
Mod1+f
= Toggle Floating- Toggles between tiling and floating window layouts.
-
Mod1+shift+f
= Toggle Fullscreen- Toggles app focus ~ fullscreen.
-
Mod1+arrow_keys
= Change Focus- Switch between open windows.
-
Mod1+shift+arrow_keys
= Move Windows- Move window location within workspace.
-
Mod1+mouse_1
= Move Floating Window- Move Floating Window with your mouse.
-
Mod1+mouse_2
= Resize Floating Window- Resize Floating Window with your mouse.
-
Mod1+1
toMod1+9
= Workspace Switching- Switches to workspaces 1 through 9.
-
Mod1+shift+1
toMod1+shift+9
= Move Focused Window to Workspace- Moves the currently focused window to the specified workspace.
Install Arch Repo applications using install script.
Install Arch AUR applications using install script.
Install Flatpak applications using install script.
- Please feel free to modify scripts to remove and/or add applications of your preference for your own repository.
My goal is to learn as much as I can with X11, with the hope that this knowledge can eventually be applied to a separate repository using Sway-wm and/or Hyperland-wm.
At present, i3-wm seems more flexible (especially for gaming), but with ongoing developments, it's likely that the gap will eventually close, and we may all need to transition to a Wayland-based window manager.
All code and notes are not under any formal license. If you find any of the scripts helpful, feel free to use, modify, publish, and distribute them to your heart's content. See https://unlicense.org/repo