59 lines
2.2 KiB
Plaintext
59 lines
2.2 KiB
Plaintext
# _ _ _ _
|
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
|
# |___/|_|
|
|
#
|
|
# by Stephan Raabe (2023)
|
|
# -----------------------------------------------------
|
|
|
|
# -----------------------------------------------------
|
|
# Monitor
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/monitor.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Autostart
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/autostart.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
|
|
|
|
# -----------------------------------------------------
|
|
# Animation
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/custom.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Environment for xdg-desktop-portal-hyprland
|
|
# -----------------------------------------------------
|
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP |