2023-08-19 09:21:42 +00:00
|
|
|
# _ _ _ _
|
|
|
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
|
|
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
|
|
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
|
|
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
|
|
|
# |___/|_|
|
|
|
|
#
|
2023-11-24 12:19:48 +00:00
|
|
|
# by Stephan Raabe (2023)
|
2023-08-19 09:21:42 +00:00
|
|
|
# -----------------------------------------------------
|
2023-07-31 11:36:12 +00:00
|
|
|
|
2023-09-07 07:05:38 +00:00
|
|
|
# -----------------------------------------------------
|
2023-11-17 12:48:02 +00:00
|
|
|
# Monitor
|
2023-09-07 07:05:38 +00:00
|
|
|
# -----------------------------------------------------
|
2023-11-10 21:12:15 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/monitor.conf
|
2023-07-31 11:36:12 +00:00
|
|
|
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
2023-11-17 12:48:02 +00:00
|
|
|
# Autostart
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/autostart.conf
|
2023-09-20 09:29:19 +00:00
|
|
|
|
2023-11-17 12:48:02 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Environment
|
|
|
|
# -----------------------------------------------------
|
|
|
|
source = ~/dotfiles/hypr/conf/environment.conf
|
|
|
|
|
|
|
|
# -----------------------------------------------------
|
|
|
|
# Keyboard
|
|
|
|
# -----------------------------------------------------
|
|
|
|
source = ~/dotfiles/hypr/conf/keyboard.conf
|
|
|
|
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Load pywal color file
|
|
|
|
# -----------------------------------------------------
|
2023-09-01 12:36:34 +00:00
|
|
|
source = ~/.cache/wal/colors-hyprland.conf
|
2023-07-31 11:36:12 +00:00
|
|
|
|
2023-10-01 09:19:31 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Load configuration files
|
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/window.conf
|
|
|
|
source = ~/dotfiles/hypr/conf/decoration.conf
|
2023-11-27 07:57:38 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/layout.conf
|
2023-10-02 12:40:43 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/misc.conf
|
2023-11-27 07:57:38 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/keybinding.conf
|
|
|
|
source = ~/dotfiles/hypr/conf/windowrule.conf
|
2023-10-18 15:19:51 +00:00
|
|
|
|
|
|
|
# -----------------------------------------------------
|
|
|
|
# Animation
|
|
|
|
# -----------------------------------------------------
|
2023-11-17 12:48:02 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/animation.conf
|
2023-11-15 07:44:13 +00:00
|
|
|
|
2023-12-10 13:30:53 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Animation
|
|
|
|
# -----------------------------------------------------
|
|
|
|
source = ~/dotfiles/hypr/conf/custom.conf
|
|
|
|
|
2023-11-15 07:44:13 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Environment for xdg-desktop-portal-hyprland
|
|
|
|
# -----------------------------------------------------
|
2023-11-17 12:48:02 +00:00
|
|
|
exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP
|