diff --git a/hypr-configs/dotfiles/hypr/configs/keybinds.conf b/hypr-configs/dotfiles/hypr/configs/keybinds.conf index 795ed80..861ba64 100644 --- a/hypr-configs/dotfiles/hypr/configs/keybinds.conf +++ b/hypr-configs/dotfiles/hypr/configs/keybinds.conf @@ -2,7 +2,7 @@ bind = $main_mod, H, togglefloating, bind = $main_mod, C, killactive, bind = $main_mod, P, pseudo, -bind = $main_mod, D, togglesplit, +bind = $main_mod, G, togglesplit, bind = $main_mod, F, fullscreen, 1 bind =, F11, fullscreen, binde = $main_mod SHIFT, right, resizeactive, 100 0 @@ -19,12 +19,12 @@ bind = $main_mod, TAB, focusmonitor, +1 bind = $main_mod SHIFT, TAB, focusmonitor, -1 # Apps -bind = $main_mod, M, exec, $locker +bind = $main_mod, L, exec, $locker +bind = $main_mod, M, exec, $rofi_powermenu bind = $main_mod, R, exec, $rofi_menu bind = $main_mod, A, exec, $nekoray bind = $main_mod, T, exec, $pavucontrol bind = $main_mod, X, exec, $rofi_screenshot -bind = $main_mod, L, exec, $rofi_powermenu bind = $main_mod, V, exec, $rofi_clipboard bind = $main_mod, U, exec, $rofi_wallpaper bind = $main_mod, K, exec, $waybar_toggle @@ -35,7 +35,7 @@ bind = $main_mod, N, exec, $network_manager bind = $main_mod, J, exec, $pkg_manager bind = $main_mod, B, exec, $bluetooth-manager -# EWw +# Eww bind = $main_mod, Z, exec, $eww_toggle_panel # Screenshot @@ -99,6 +99,9 @@ bind = $main_mod SHIFT, 9, movetoworkspace, 9 bind = $main_mod SHIFT, 0, movetoworkspace, 10 # Example special workspace (scratchpad) +bind = $main_mod, D, togglespecialworkspace, networks +bind = $main_mod SHIFT, D, movetoworkspace, special:networks + bind = $main_mod, S, togglespecialworkspace, magic bind = $main_mod SHIFT, S, movetoworkspace, special:magic diff --git a/hypr-configs/dotfiles/hypr/configs/layout/variants/desktop.conf b/hypr-configs/dotfiles/hypr/configs/layout/variants/desktop.conf index 3ea4fdb..9ea47fd 100644 --- a/hypr-configs/dotfiles/hypr/configs/layout/variants/desktop.conf +++ b/hypr-configs/dotfiles/hypr/configs/layout/variants/desktop.conf @@ -3,7 +3,7 @@ # ----------------------------------------------------- dwindle { - pseudotile = true + pseudotile = false preserve_split = true force_split = 2 } @@ -13,7 +13,7 @@ gestures { } binds { - workspace_back_and_forth = true + workspace_back_and_forth = false allow_workspace_cycles = true pass_mouse_when_bound = false } \ No newline at end of file diff --git a/hypr-configs/dotfiles/hypr/hyprland.conf b/hypr-configs/dotfiles/hypr/hyprland.conf index 9e8ff69..19bfa27 100644 --- a/hypr-configs/dotfiles/hypr/hyprland.conf +++ b/hypr-configs/dotfiles/hypr/hyprland.conf @@ -18,7 +18,7 @@ source = ~/.config/hypr/configs/autostart.conf source = ~/.config/hypr/configs/startup.conf source = ~/.config/hypr/configs/monitor/export.conf source = ~/.config/hypr/configs/animation/export.conf -# source = ~/.config/hypr/configs/layout/export.conf +source = ~/.config/hypr/configs/layout/export.conf source = ~/.config/hypr/configs/input.conf source = ~/.config/hypr/configs/mouse.conf