diff --git a/home/hyprland/hyprland_magicman.nix b/home/hyprland/hyprland_magicman.nix index 7c9e9b4..8d54746 100644 --- a/home/hyprland/hyprland_magicman.nix +++ b/home/hyprland/hyprland_magicman.nix @@ -1,8 +1,6 @@ { - inputs, pkgs, lib, - config, ... }: { @@ -96,13 +94,12 @@ "special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false" ]; - bindm = [ "ALT,mouse:272,movewindow" ]; + bindm = [ + "$mainMod,mouse:272,movewindow" + "$shiftMainMod,mouse:272,resizewindow" + ]; bindr = [ - # mumble ptt release - # ",code:202,exec,mumble rpc stoptalking" - # ",code:202,exec,pamixer --source 63 -m" - # ",code:202,exec,sleep 0.5 && pamixer --default-source -m" ]; bind = [ @@ -137,12 +134,6 @@ # Force opacity "$shiftMainMod,o,exec, hl-no-opacity" - # mumble ptt click - # ",code:202,exec,mumble rpc starttalking" - #",code:202,pass,^(info\.mumble\.Mumble)$" - # ",code:202,exec,pamixer --default-source -u" - # ",code:202,pass,^discord$" - # worspace switching "$mainMod,1,workspace,1" "$mainMod,2,workspace,2" @@ -158,7 +149,6 @@ exec-once = [ "waybar" - # "dunst" ]; }; };