diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 694b5e4..40d72bf 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -111,7 +111,7 @@ dwindle { master { # See https://wiki.hyprland.org/Configuring/Master-Layout/ for more - new_is_master = true + new_status = master } gestures { diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 1c07b31..8c70627 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -235,15 +235,15 @@ map ctrl+a>, set_tab_title #: Increase font size -map ctrl+equal change_font_size all +2.0 -map ctrl+plus change_font_size all +2.0 -map ctrl+kp_add change_font_size all +2.0 +map ctrl+equal change_font_size all +1.0 +map ctrl+plus change_font_size all +1.0 +map ctrl+kp_add change_font_size all +1.0 #: Decrease font size -map ctrl+minus change_font_size all -2.0 -map ctrl+kp_subtract change_font_size all -2.0 +map ctrl+minus change_font_size all -1.0 +map ctrl+kp_subtract change_font_size all -1.0 #: Reset font size