From 33437e7c24a89022ae585bef248c8c54b4452759 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 7 Aug 2022 18:16:23 -0500 Subject: [PATCH] refactor(hypr): remove hypr Developer is a bit of an ass, too hot-headed. Don't see the project being maintained long-term unless he dedicates basically his entire life to it. I doubt that happens long-term beyond a few years. Not interested. Moved to Sway, seeing as Sway has large amounts of community support. --- dots/.config/hypr/hyprland.conf | 59 ------------------------------ dots/.config/hypr/wm/bindings.conf | 54 --------------------------- 2 files changed, 113 deletions(-) delete mode 100644 dots/.config/hypr/hyprland.conf delete mode 100644 dots/.config/hypr/wm/bindings.conf diff --git a/dots/.config/hypr/hyprland.conf b/dots/.config/hypr/hyprland.conf deleted file mode 100644 index 13eaff76..00000000 --- a/dots/.config/hypr/hyprland.conf +++ /dev/null @@ -1,59 +0,0 @@ -### Monitor Configuration ### -monitor=,preferred,auto,1 - -### Input Configuration ### -input { - kb_layout= - kb_variant= - kb_model= - kb_options= - kb_rules= - - follow_mouse=1 - - touchpad { - natural_scroll=no - } -} - - -### General Configuration ### -general { - sensitivity=1.0 - main_mod=SUPER - - gaps_in=5 - gaps_out=10 - border_size=2 - col.active_border=0x66ee1111 - col.inactive_border=0x66333333 - - apply_sens_to_raw=false - - damage_tracking=full -} - -decoration { - rounding=10 - blur=true - blur_size=3 - blur_passes=3 -} - -animations { - enabled=1 - animation=windows,1,7,default - animation=border,1,10,default - animation=fade,1,10,default - animation=workspaces,1,6,default -} - -dwindle { - pseudotile=0 # enable pseudotiling on dwindle -} - -gestures { - workspace_swipe=no -} - -source=~/.config/hypr/wm/bindings.conf diff --git a/dots/.config/hypr/wm/bindings.conf b/dots/.config/hypr/wm/bindings.conf deleted file mode 100644 index 4d87f807..00000000 --- a/dots/.config/hypr/wm/bindings.conf +++ /dev/null @@ -1,54 +0,0 @@ -### RESIZE ### -bind=SUPER,R,submap,resize # will switch to a submap called resize - -submap=resize # will start a submap called "resize" - -binde=,right,resizeactive,50 0 -binde=,left,resizeactive,-50 0 -binde=,up,resizeactive,0 -50 -binde=,down,resizeactive,0 50 - -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. - -### Move Window ### -bind=SUPER,M,submap,move_window - -submap=move_window - -bind=,right,movewindow,r -bind=,left,movewindow,l -bind=,up,movewindow,u -bind=,down,movewindow,d - -bind=,escape,submap,reset -submap=reset - -bind=SUPERSHIFT,right,movewindow,r -bind=SUPERSHIFT,left,movewindow,l -bind=SUPERSHIFT,up,movewindow,u -bind=SUPERSHIFT,down,movewindow,d - -bind=SUPER,RETURN,exec,wezterm -bind=SUPER,S,exec,wofi --show drun -o DP-3 -bind=SUPER,F,fullscreen -bind=SUPER,Q,killactive, -bind=SUPER,V,togglefloating, - -# Mediakey bindings as taken from `wev` -bindl=,XF86AudioRewind,exec,playerctl previous -bindl=,XF86AudioForward,exec,playerctl next -bindl=,XF86AudioPlay,exec,playerctl play-pause - -bind=SUPER,left,movefocus,l -bind=SUPER,right,movefocus,r -bind=SUPER,up,movefocus,u -bind=SUPER,down,movefocus,d - -bind=SUPER,H,workspace,m-1 -bind=SUPER,L,workspace,m+1 -bind=CTRLSUPER,S,togglespecialworkspace - -bind=ALTSUPER,H,movetoworkspace,e-1 -bind=ALTSUPER,L,movetoworkspace,e+1 -bind=SUPERSHIFT,S,movetoworkspace,special