From 89bada984601d54728f766f4199ec3836d89d401 Mon Sep 17 00:00:00 2001 From: Stephan Raabe Date: Wed, 18 Oct 2023 17:19:51 +0200 Subject: [PATCH] Updates --- hypr/hyprland.conf | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 929bda7..e968032 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,15 +11,15 @@ # ----------------------------------------------------- # Keyboard Layout # ----------------------------------------------------- -$keyboardlayout=de -# $keyboardlayout = us +# $keyboardlayout=de +$keyboardlayout=us # ----------------------------------------------------- # Monitor Setup # See https://wiki.hyprland.org/Configuring/Monitors/ # ----------------------------------------------------- -# monitor=,preferred,auto,1 -monitor=,2560x1440@120,auto,1 +monitor=,preferred,auto,1 +# monitor=,2560x1440@120,auto,1 # monitor=,1920x1080,auto,1 # ----------------------------------------------------- @@ -43,4 +43,9 @@ source = ~/dotfiles/hypr/conf/layouts.conf source = ~/dotfiles/hypr/conf/misc.conf source = ~/dotfiles/hypr/conf/keybindings.conf source = ~/dotfiles/hypr/conf/windowrules.conf + +# ----------------------------------------------------- +# Animation +# ----------------------------------------------------- source = ~/dotfiles/hypr/conf/animations-low.conf +# source = ~/dotfiles/hypr/conf/animations-high.conf