From 686360a65203ba495736a9c06efdf190b5b731c6 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Wed, 5 Oct 2022 14:24:23 +0100 Subject: [PATCH] finaly fixed special ws and added float toggle --- hyprland/.config/hypr/hyprland.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index c0724c4..80c1841 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -122,6 +122,9 @@ bind=ALTSHIFT,L,movewindow,r bind=ALTSHIFT,K,movewindow,u bind=ALTSHIFT,J,movewindow,d +#floating toggle +bind=ALT,T,togglefloating, + # move window with mouse bindm=ALT,mouse:272,movewindow bindm=ALT,mouse:273,resizewindow @@ -136,8 +139,6 @@ bind=,k,resizeactive,0 -30 bind=,j,resizeactive,0 30 -bind=ALT,48,togglespecialworkspace -bind=ALT,51,movetoworkspace,special bind=,escape,submap,reset # use reset to go back to the global submap submap=reset # will reset the submap, meaning end the current one and return to the global one. @@ -163,6 +164,7 @@ bind=ALT,7,workspace,7 bind=ALT,8,workspace,8 bind=ALT,9,workspace,9 bind=ALT,0,workspace,10 +bind=ALT,51,togglespecialworkspace bind=ALTSHIFT,1,movetoworkspace,1 bind=ALTSHIFT,2,movetoworkspace,2 @@ -174,6 +176,7 @@ bind=ALTSHIFT,7,movetoworkspace,7 bind=ALTSHIFT,8,movetoworkspace,8 bind=ALTSHIFT,9,movetoworkspace,9 bind=ALTSHIFT,0,movetoworkspace,10 +bind=ALT,48,movetoworkspace,special bind=SUPER,mouse_down,workspace,e+1 bind=SUPER,mouse_up,workspace,e-1