47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
# _ _ _ _
|
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
|
# |___/|_|
|
|
#
|
|
# by Stephan Raabe (2023)
|
|
# -----------------------------------------------------
|
|
|
|
# -----------------------------------------------------
|
|
# Keyboard Layout
|
|
# -----------------------------------------------------
|
|
$keyboardlayout=de
|
|
# $keyboardlayout = us
|
|
|
|
# -----------------------------------------------------
|
|
# Monitor Setup
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
|
# -----------------------------------------------------
|
|
monitor=,preferred,auto,1
|
|
# monitor=,2560x1440@120,auto,1
|
|
# monitor=,1920x1080@120,auto,1
|
|
|
|
# -----------------------------------------------------
|
|
# Autostart & Environment
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/environment.conf
|
|
source = ~/dotfiles/hypr/conf/autostart.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Load pywal color file
|
|
# -----------------------------------------------------
|
|
source = ~/.cache/wal/colors-hyprland.conf
|
|
|
|
# -----------------------------------------------------
|
|
# Load configuration files
|
|
# -----------------------------------------------------
|
|
source = ~/dotfiles/hypr/conf/keyboard.conf
|
|
source = ~/dotfiles/hypr/conf/window.conf
|
|
source = ~/dotfiles/hypr/conf/decoration.conf
|
|
source = ~/dotfiles/hypr/conf/layouts.conf
|
|
source = ~/dotfiles/hypr/conf/misc.conf
|
|
source = ~/dotfiles/hypr/conf/keybindings.conf
|
|
source = ~/dotfiles/hypr/conf/windowrules.conf
|
|
source = ~/dotfiles/hypr/conf/animations1.conf
|