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