diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6b52868..5116cb2 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -84,6 +84,8 @@ misc { } windowrulev2 = suppressevent maximize, class:.* # You'll probably like this. +windowrulev2 = workspace 2, class:firefox +windowrulev2 = workspace 5, class:org.telegram.desktop.* # See https://wiki.hyprland.org/Configuring/Keywords/ for more @@ -92,7 +94,7 @@ $mainMod = SUPER # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Return, exec, $terminal bind = $mainMod, X, killactive, -bind = $mainMod, M, exit, +#bind = $mainMod, M, exit, bind = $mainMod, F, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, exec, $run_prog @@ -100,9 +102,13 @@ bind = $mainMod, V, togglesplit, # dwindle # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l +bind = $mainMod, H, movefocus, l bind = $mainMod, right, movefocus, r +bind = $mainMod, L, movefocus, r bind = $mainMod, up, movefocus, u +bind = $mainMod, K, movefocus, u bind = $mainMod, down, movefocus, d +bind = $mainMod, J, movefocus, d # Switch workspaces with mainMod + [0-9] bind = $mainMod, 1, workspace, 1 @@ -127,12 +133,20 @@ bind = $mainMod SHIFT, 8, movetoworkspace, 8 bind = $mainMod SHIFT, 9, movetoworkspace, 9 # Example special workspace (scratchpad) -bind = $mainMod, S, togglespecialworkspace, magic -bind = $mainMod SHIFT, S, movetoworkspace, special:magic +#bind = $mainMod, S, togglespecialworkspace, magic +#bind = $mainMod SHIFT, S, movetoworkspace, special:magic # Move/resize windows with mainMod + LMB/RMB and dragging bindm = $mainMod, mouse:272, movewindow bindm = $mainMod, mouse:273, resizewindow +# Wallpaper +exec-once=swaybg -i /usr/share/backgrounds/majestic-mountain-peak-reflected-flowing-blue-water-generative-ai.jpg + # Bar exec-once=waybar + +# Programs +exec-once=nm-applet +exec-once=nextcloud +exec-once=telegram