diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3f66f3d..fb6b90c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -88,7 +88,7 @@ env = HYPRCURSOR_SIZE,24 # https://wiki.hyprland.org/Configuring/Variables/#general general { gaps_in = 5 - gaps_out = 20 + gaps_out = 10 border_size = 2 @@ -105,7 +105,7 @@ general { # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration { - rounding = 25 + rounding = 24 rounding_power = 2 # Change transparency of focused and unfocused windows @@ -186,6 +186,9 @@ misc { disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( } +xwayland { + enabled = false +} ############# ### INPUT ### @@ -198,10 +201,9 @@ input { kb_model = kb_options = kb_rules = - repeat_rate = 80 - repeat_delay = 200 - - follow_mouse = 1 + follow_mouse = 1 + repeat_rate = 100 + repeat_delay = 300 sensitivity = -0.2 # -1.0 - 1.0, 0 means no modification. accel_profile = flat @@ -238,8 +240,6 @@ bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, space, exec, $menu -bind = $mainMod, P, pseudo, # dwindle -bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, N, exec, kitty nvim # Move focus with mainMod + arrow keys diff --git a/kitty/kitty.conf b/kitty/kitty.conf index b540c7f..bc7c6fb 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -5,7 +5,7 @@ dynamic_background_opacity yes font_size 10 # BEGIN_KITTY_FONTS -font_family "Google Sans Code" +font_family family="0xProto Nerd Font Mono" bold_font auto italic_font auto bold_italic_font auto diff --git a/kitty/kitty.conf.bak b/kitty/kitty.conf.bak index 243d437..e4108fe 100644 --- a/kitty/kitty.conf.bak +++ b/kitty/kitty.conf.bak @@ -5,8 +5,14 @@ dynamic_background_opacity yes font_size 10 # BEGIN_KITTY_FONTS -font_family family="CommitMono Nerd Font Mono" +font_family family="IosevkaTermSlab Nerd Font Mono" bold_font auto italic_font auto bold_italic_font auto # END_KITTY_FONTS +enabled_layouts horizontal +map kitty_mod ctrl+shift +map ctrl+shift+n launch --cwd=current +map ctrl+shift+w close_window +map ctrl+shift+l resize_window narrower +map ctrl+shift+h resize_window wider diff --git a/nvim b/nvim index 7005673..c0aa83b 160000 --- a/nvim +++ b/nvim @@ -1 +1 @@ -Subproject commit 700567314f208afdaed77582bab76f9012d290f2 +Subproject commit c0aa83bbee7b033f0ff2e66de7387f6de3343b85 diff --git a/quickshell b/quickshell index 49308be..5b3d051 160000 --- a/quickshell +++ b/quickshell @@ -1 +1 @@ -Subproject commit 49308bee1a400085a5c60e0b2bc3858188633366 +Subproject commit 5b3d05168a5e4a81be6bedf1973697afe396a117