Hyprland-dotfiles/hypr/hyprland.conf

47 lines
1.7 KiB
Plaintext
Raw Normal View History

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-02 15:58:17 -04:00
# monitor=,2560x1440@120,auto,1
monitor=,preferred,auto,1
2023-10-02 08:40:43 -04:00
# 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
# -----------------------------------------------------
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
source = ~/dotfiles/hypr/conf/animations1.conf