-- Shared program variables (converted from programs.conf) -- Returned as a table so other modules can require() it. -- NOTE: inner quotes in `terminal` are significant (preserved from the original). local P = { mainMod = "SUPER", terminal = 'kitty -e zsh -c "fastfetch; exec zsh"', fileManager = "nautilus", app_menu = "~/.config/hypr/scripts/launch-tofi.sh", menu = "~/.config/hypr/scripts/launch-menu.sh", browser = "librewolf", } return P