72 lines
2.6 KiB
Plaintext
72 lines
2.6 KiB
Plaintext
# _ _ _ _
|
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
|
# |___/|_|
|
|
#
|
|
# -----------------------------------------------------
|
|
# IMPORTANT: Don't overwrite ML4W configuration.
|
|
# Create your own custom configuration variation instead.
|
|
# https://gitlab.com/stephan-raabe/dotfiles#hyprland-configuration-variations
|
|
|
|
# -----------------------------------------------------
|
|
# Monitor
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/monitor.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Autostart
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/autostart.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Cursor
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/cursor.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Environment
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/environment.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Keyboard
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/keyboard.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Load pywal color file
|
|
# -----------------------------------------------------
|
|
source = ~/.cache/wal/colors-hyprland.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Load configuration files
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/window.conf
|
|
source = ~/dotfiles/hypr/conf/decoration.conf
|
|
source = ~/dotfiles/hypr/conf/layout.conf
|
|
source = ~/dotfiles/hypr/conf/misc.conf
|
|
source = ~/dotfiles/hypr/conf/keybinding.conf
|
|
source = ~/dotfiles/hypr/conf/windowrule.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Animation
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/animation.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Custom
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/custom.conf
|
|
|
|
# -----------------------------------------------------
|
|
# ML4W Configuration
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/ml4w.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Environment for xdg-desktop-portal-hyprland
|
|
# -----------------------------------------------------
|
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|