diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 073c2d6..343ebec 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -169,6 +169,9 @@ master { misc { force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( + + # Focus browser workspace when clicking links + focus_on_activate = true } @@ -180,10 +183,12 @@ misc { input { # Keyboard - kb_layout = us + # kb_layout = us + kb_layout = us,il + kb_options = caps:swapescape,grp:alt_shift_toggle kb_variant = kb_model = - kb_options = caps:swapescape + # kb_options = caps:swapescape,caps:swapescape kb_rules = # TODO: repeat_delay feels slightly too slow? repeat_delay = 400 @@ -223,7 +228,7 @@ bind = $mainMod, M, exit, bind = $mainMod, E, exec, $fileManager bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu -bind = $mainMod, P, pseudo, # dwindle +# bind = $mainMod, P, pseudo, # dwindle # bind = $mainMod, J, togglesplit, # dwindle # Move focus with mainMod + arrow keys