add hyprland windowrule and tagging functionality for opacity
This commit is contained in:
parent
63c10fdae6
commit
3f57c911b7
3 changed files with 20 additions and 3 deletions
|
|
@ -102,6 +102,13 @@ in {
|
|||
dispatcher = "exec";
|
||||
params = "hyprlock";
|
||||
}
|
||||
{
|
||||
flags = [];
|
||||
mods = ["SUPER"];
|
||||
key = "O";
|
||||
dispatcher = "tagwindow";
|
||||
params = "full-opacity";
|
||||
}
|
||||
{
|
||||
flags = ["e"];
|
||||
mods = ["SUPER"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue