Improve magicman hyprland conf
This commit is contained in:
parent
61a947d987
commit
46fb1ac4fe
@ -1,8 +1,6 @@
|
|||||||
{
|
{
|
||||||
inputs,
|
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
config,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
@ -96,13 +94,12 @@
|
|||||||
"special:special, on-created-empty:kitty, rounding:true, decorate:false, border:false"
|
"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 = [
|
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 = [
|
bind = [
|
||||||
@ -137,12 +134,6 @@
|
|||||||
# Force opacity
|
# Force opacity
|
||||||
"$shiftMainMod,o,exec, hl-no-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
|
# worspace switching
|
||||||
"$mainMod,1,workspace,1"
|
"$mainMod,1,workspace,1"
|
||||||
"$mainMod,2,workspace,2"
|
"$mainMod,2,workspace,2"
|
||||||
@ -158,7 +149,6 @@
|
|||||||
|
|
||||||
exec-once = [
|
exec-once = [
|
||||||
"waybar"
|
"waybar"
|
||||||
# "dunst"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user