Hyprland INFO & TIPS
General Config
Waybar

Monitors

# See https://wiki.hyprland.org/Configuring/Monitors/
#monitor=,preferred,auto,auto
monitor=HDMI-A-6, 1920x1080, 0x0, 1 # Left
monitor=DP-4, 1920x1080, 1920x0, 1 # Middle
monitor=DP-3, 1920x1080, 3840x0, 1 # Right
App Launcher
Chose you app starter here
I'm using Wofi
Install Wofi
Add a Wofi flavour example: https://github.com/quantumfate/wofi
Apply flavour to style.css:
Add keybind for hyprland:
Default App Entry
Nvim example (how to set text/plain apps to nvim)
Volume
Test command:
Add conf to hyprland.conf:
File Manager TUI

# Find each var in config file and the value:
set show_hidden true
set preview_images true
set preview_images_method kitty
# Make sure this is added
export EDITOR='nvim' # This is required to use neovim as EDITOR in Ranger
# Add to sys-wide-var file (not hyprland or .bashrc config because it will not work):
# !Warning: check command before you apply!
echo 'EDITOR=nvim' >> /etc/environment # apply system-wide var since adding var to .bashrc will not work