61 lines
2.1 KiB
Text
61 lines
2.1 KiB
Text
# /$$ /$$ /$$ /$$
|
|
# | $$ | $$ | $$ | $$
|
|
# | $$ | $$ /$$ /$$ /$$$$$$ /$$$$$$ | $$ /$$$$$$ /$$$$$$$ /$$$$$$$
|
|
# | $$$$$$$$| $$ | $$ /$$__ $$ /$$__ $$| $$ |____ $$| $$__ $$ /$$__ $$
|
|
# | $$__ $$| $$ | $$| $$ \ $$| $$ \__/| $$ /$$$$$$$| $$ \ $$| $$ | $$
|
|
# | $$ | $$| $$ | $$| $$ | $$| $$ | $$ /$$__ $$| $$ | $$| $$ | $$
|
|
# | $$ | $$| $$$$$$$| $$$$$$$/| $$ | $$| $$$$$$$| $$ | $$| $$$$$$$
|
|
# |__/ |__/ \____ $$| $$____/ |__/ |__/ \_______/|__/ |__/ \_______/
|
|
# /$$ | $$| $$
|
|
# | $$$$$$/| $$
|
|
# \______/ |__/
|
|
#
|
|
# ------------ [ Zervó's Hyprland Config ] ------------
|
|
#
|
|
# This is my Hyprland config!
|
|
# Each section has been split into an individual file to make working with it easier.
|
|
# https://wiki.hyprland.org/Configuring/
|
|
#
|
|
# This config relies on the following programs:
|
|
# - hyprland - hyprland itself
|
|
# - hyprpaper - wallpaper utility
|
|
# - hyprlock - screen-locking utility
|
|
# - hypridle - idle management daemon
|
|
# - waybar - status bar
|
|
# - dunst - notification daemon
|
|
# - playerctl - media control
|
|
# - brightnessctl - brightness control
|
|
# - wpctl - audio control
|
|
# - hyprpolkitagent - policykit agent auth agent
|
|
# - wl-clipboard - clipboard integration
|
|
|
|
|
|
## PROGRAMS ##
|
|
|
|
$browser = firefox --new-window
|
|
$terminal = alacritty
|
|
$fileManager = nemo
|
|
$lock = hyprlock
|
|
$menu = ~/.config/rofi/launchers/type-2/launcher.sh
|
|
$screenshot = hyprshot --mode region
|
|
|
|
## MONITORS ##
|
|
source = ~/.config/hypr/monitors.conf
|
|
|
|
## AUTOSTART ##
|
|
source = ~/.config/hypr/autostart.conf
|
|
|
|
## ENVIRONMENT ##
|
|
source = ~/.config/hypr/env.conf
|
|
|
|
## LOOK AND FEEL ##
|
|
source = ~/.config/hypr/theme.conf
|
|
|
|
## INPUT ##
|
|
source = ~/.config/hypr/input.conf
|
|
|
|
## KEYBINDS ##
|
|
source = ~/.config/hypr/keybinds.conf
|
|
|
|
## RULES ##
|
|
source = ~/.config/hypr/rules.conf
|