hyprland opaque keybinding fix
This commit is contained in:
24
flake.lock
generated
24
flake.lock
generated
@@ -24,11 +24,11 @@
|
|||||||
"agents": {
|
"agents": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769456525,
|
"lastModified": 1770147606,
|
||||||
"narHash": "sha256-pJyKv5X1iw+iIVe8nPynfyaK+Q9v009Q6mIgTfJRGIA=",
|
"narHash": "sha256-Gw3zGFOSQARx4MO8dBSsquiDvJb8koSC4h8sHY/1UBU=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "63cd7fe102879b6cb4543412926f0208b89c2ac4",
|
"rev": "7a3b72d5d4de6620286c2513ec5d470c7c366b18",
|
||||||
"revCount": 16,
|
"revCount": 42,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
|
"url": "https://code.m3ta.dev/m3tam3re/AGENTS"
|
||||||
},
|
},
|
||||||
@@ -244,11 +244,11 @@
|
|||||||
"opencode": "opencode"
|
"opencode": "opencode"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769436049,
|
"lastModified": 1769824984,
|
||||||
"narHash": "sha256-BXpa8fLOZ4sHw3kH71tSTzdecov7O9a184b9pd/hrzw=",
|
"narHash": "sha256-fpGeZaR0cDg9/Xl11xAhjBChYOj5uchbx4g8ZjxV7qU=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "9cff518954b14344734f0119bc0389d589c50914",
|
"rev": "51b8a8296c6447b5dddbf1b13cf2428db353b6be",
|
||||||
"revCount": 73,
|
"revCount": 81,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
"url": "https://code.m3ta.dev/m3tam3re/nixpkgs"
|
||||||
},
|
},
|
||||||
@@ -543,16 +543,16 @@
|
|||||||
"nixpkgs": "nixpkgs_4"
|
"nixpkgs": "nixpkgs_4"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1769362166,
|
"lastModified": 1769807198,
|
||||||
"narHash": "sha256-ovFGFI2dSZLKSeuanRZg9cNvMCxYnS3UbtaCKls5BYQ=",
|
"narHash": "sha256-f6TVxKV9q2yEQ9r9VCTttXLqpOrYdTEKDUJs+MuQJCQ=",
|
||||||
"owner": "anomalyco",
|
"owner": "anomalyco",
|
||||||
"repo": "opencode",
|
"repo": "opencode",
|
||||||
"rev": "056186225b6648cd5244d2cb0b05622b95343dc6",
|
"rev": "6cd2a6885144792b5478f6a771c6e64ffed32e4d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "anomalyco",
|
"owner": "anomalyco",
|
||||||
"ref": "v1.1.36",
|
"ref": "v1.1.47",
|
||||||
"repo": "opencode",
|
"repo": "opencode",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ in {
|
|||||||
"$mainMod SHIFT, t, exec, launch-timer"
|
"$mainMod SHIFT, t, exec, launch-timer"
|
||||||
"$mainMod, n, exec, $terminal -e nvim"
|
"$mainMod, n, exec, $terminal -e nvim"
|
||||||
"$mainMod, z, exec, uwsm app -- zeditor"
|
"$mainMod, z, exec, uwsm app -- zeditor"
|
||||||
"$mainMod, o, exec, hyprctl setprop activewindow opaque toggle"
|
"$mainMod, o, exec, hyprctl dispatch setprop activewindow opaque toggle"
|
||||||
"$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512"
|
"$mainMod, r, exec, hyprctl dispatch focuswindow \"initialtitle:.*alert-box.*\" && hyprctl dispatch moveactive exact 4300 102 && hyprctl dispatch focuswindow \"initialtitle:.*chat-box.*\" && hyprctl dispatch moveactive exact 4300 512"
|
||||||
"$mainMod, b, exec, uwsm app -- thunar"
|
"$mainMod, b, exec, uwsm app -- thunar"
|
||||||
"$mainMod SHIFT, B, exec, uwsm app -- vivaldi"
|
"$mainMod SHIFT, B, exec, uwsm app -- vivaldi"
|
||||||
|
|||||||
Reference in New Issue
Block a user