diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 366b354..7364bcd 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -1,13 +1,13 @@ monitor=,preferred,auto,auto # Load colors -source = ~/.config/hypr/nord-colors.conf +source = ~/.config/hypr/colors.conf input { kb_layout = us kb_variant = kb_model = - kb_options = + kb_options = compose:ralt kb_rules = numlock_by_default = true @@ -110,7 +110,7 @@ env = XCURSOR_SIZE=24 # Autostart exec-once = waybar exec-once = swaync -exec-once = hyprpaper +exec-once = swww init exec-once = swayidle -w exec-once = alacritty --class scratchpad @@ -126,7 +126,7 @@ bind = $mainModShift, E, exec, $XDG_CONFIG_HOME/rofi/powermenu.sh bind = $mainModShift, Space, togglefloating bind = $mainMod, D, exec, rofi -show drun -theme $XDG_CONFIG_HOME/rofi/launcher.rasi bind = $mainMod, M, exec, $XDG_CONFIG_HOME/waybar/mute-toggle.sh -bind = $mainMod, J, togglesplit, # dwindle +#bind = $mainMod, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen bind =, Print, exec, $XDG_DATA_HOME/scripts/share-screenshot.sh @@ -143,6 +143,13 @@ bind = $mainMod, right, movefocus, r bind = $mainMod, up, movefocus, u bind = $mainMod, down, movefocus, d +# Move focus with mainMod + hjkl + +bind = $mainMod, h, movefocus, l +bind = $mainMod, l, movefocus, r +bind = $mainMod, k, movefocus, u +bind = $mainMod, j, movefocus, d + # Move windows with mainMod + Shift + arrow bind = $mainModShift, left, movewindow, l bind = $mainModShift, right, movewindow,r