From 528245f88dcdab6fa8ae2c0baff509d1980e8de9 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 23 Feb 2024 17:47:22 +0000 Subject: [PATCH] hypr: more tweaks --- hypr/hyprland.conf | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3116f00..989a4e1 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -60,10 +60,10 @@ general { gaps_in = 2 gaps_out = 10 - border_size = 2 + border_size = 3 # col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg # col.inactive_border = rgba(595959aa) - col.active_border = rgb(A9B665) + col.active_border = rgb(98971A) #col.active_border = rgb(B8BB26) col.inactive_border = rgb(A89984) layout = dwindle @@ -120,9 +120,14 @@ master { gestures { # See https://wiki.hyprland.org/Configuring/Variables/ for more - workspace_swipe = off + workspace_swipe = on } +binds { + allow_workspace_cycles = true + } + + misc { force_default_wallpaper = 0 # Set to 0 to disable the anime mascot wallpapers disable_hyprland_logo = true @@ -157,7 +162,9 @@ bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, T, togglesplit, # dwindle bind = $mainMod, F, fullscreen, 1 bind = ALT, TAB, exec, $HOME/.cargo/bin/window_switcher -## bind = CONTROL, C, exec, pkill wofi + +bind=SUPER,TAB,workspace,previous + # Move focus with mainMod + arrow keys bind = $mainMod, L, movefocus, l @@ -202,8 +209,8 @@ bind = $mainMod, S, togglespecialworkspace, magic bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Scroll through existing workspaces with mainMod + scroll -bind = $mainMod, mouse_down, workspace, e+1 -bind = $mainMod, mouse_up, workspace, e-1 +bind = $mainMod, RIGHT, workspace, m+1 +bind = $mainMod, LEFT, workspace, m-1 # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow