Improve magicman hyprland conf
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m44s
Periodic flake update / flake-update (push) Successful in 1m16s

This commit is contained in:
Torjus Håkestad 2025-01-28 11:32:30 +01:00
parent 61a947d987
commit 46fb1ac4fe

View File

@ -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"
];
};
};