diff --git a/.config/hypr/land/keybinds/workspaces.conf b/.config/hypr/land/keybinds/workspaces.conf index 1bb2e30..4ba7a75 100644 --- a/.config/hypr/land/keybinds/workspaces.conf +++ b/.config/hypr/land/keybinds/workspaces.conf @@ -50,5 +50,5 @@ bind = $mainMod SHIFT, S, movetoworkspace, special:magic bind = $mainMod, mouse_down, workspace, e+1 bind = $mainMod, mouse_up, workspace, e-1 -bind = $mainMod alt, right, workspace, e+1 -bind = $mainMod alt, left, workspace, e-1 \ No newline at end of file +bind = $mainMod CTRL, right, workspace, e+1 +bind = $mainMod CTRL, left, workspace, e-1 diff --git a/.config/hypr/land/look-and-feel.conf b/.config/hypr/land/look-and-feel.conf index d6f6fba..a5973c1 100644 --- a/.config/hypr/land/look-and-feel.conf +++ b/.config/hypr/land/look-and-feel.conf @@ -12,11 +12,11 @@ general { border_size = 4 # https://wiki.hyprland.org/Configuring/Variables/#variable-types for info about colors - # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg - # col.inactive_border = rgba(595959aa) + col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg + col.inactive_border = rgba(595959aa) - col.active_border = rgba(cc1330ee) - col.inactive_border = rgba(303030dd) + # col.active_border = rgba(cc1330ee) + # col.inactive_border = rgba(303030dd) # Set to true enable resizing windows by clicking and dragging on borders and gaps