2023-08-19 09:21:42 +00:00
|
|
|
# _ _ _ _
|
|
|
|
# | | | |_ _ _ __ _ __| | __ _ _ __ __| |
|
|
|
|
# | |_| | | | | '_ \| '__| |/ _` | '_ \ / _` |
|
|
|
|
# | _ | |_| | |_) | | | | (_| | | | | (_| |
|
|
|
|
# |_| |_|\__, | .__/|_| |_|\__,_|_| |_|\__,_|
|
|
|
|
# |___/|_|
|
|
|
|
#
|
|
|
|
# by Stephan Raabe (2023)
|
|
|
|
# -----------------------------------------------------
|
2023-07-31 11:36:12 +00:00
|
|
|
|
2023-09-07 07:05:38 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
# Keyboard Layout
|
2023-09-07 07:05:38 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
$keyboardlayout=de
|
|
|
|
# $keyboardlayout = us
|
2023-09-07 07:05:38 +00:00
|
|
|
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
|
|
|
# Monitor Setup
|
2023-07-31 11:36:12 +00:00
|
|
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 19:58:17 +00:00
|
|
|
monitor=,preferred,auto,1
|
2023-10-03 09:37:41 +00:00
|
|
|
# monitor=,2560x1440@120,auto,1
|
|
|
|
# monitor=,1920x1080@120,auto,1
|
2023-07-31 11:36:12 +00:00
|
|
|
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
# Autostart & Environment
|
2023-08-20 09:46:46 +00:00
|
|
|
# -----------------------------------------------------
|
2023-10-02 12:40:43 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/environment.conf
|
|
|
|
source = ~/dotfiles/hypr/conf/autostart.conf
|
2023-09-20 09:29:19 +00:00
|
|
|
|
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/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
|
2023-10-01 09:19:31 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/keybindings.conf
|
|
|
|
source = ~/dotfiles/hypr/conf/windowrules.conf
|
2023-10-11 20:29:12 +00:00
|
|
|
source = ~/dotfiles/hypr/conf/animations-low.conf
|