From 368e6b6ee77ccf91382691c665027906eb56261a Mon Sep 17 00:00:00 2001 From: matt1432 Date: Sat, 27 Jan 2024 17:11:30 -0500 Subject: [PATCH] chore: update flake.lock --- flake.lock | 40 +++++++++++------------ flake.nix | 2 +- modules/ags/config/ts/applauncher/main.ts | 2 +- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/flake.lock b/flake.lock index 3848276..cc85d29 100644 --- a/flake.lock +++ b/flake.lock @@ -7,17 +7,17 @@ ] }, "locked": { - "lastModified": 1705874780, - "narHash": "sha256-PjJdC/7+BoPZ0DucSIFUaySmI7fWLGKsIhtZVgMFhzw=", + "lastModified": 1706310192, + "narHash": "sha256-TO1YEMZmKU6cHZgIaxS5Jkj/M9q0kfc0mrmGxq+atrY=", "owner": "Aylur", "repo": "ags", - "rev": "c706e43fab6f1845b6e16fa3106200ac801f6749", + "rev": "8e94d3b465e76372056c76242e5c013950113be9", "type": "github" }, "original": { "owner": "Aylur", "repo": "ags", - "rev": "c706e43fab6f1845b6e16fa3106200ac801f6749", + "rev": "8e94d3b465e76372056c76242e5c013950113be9", "type": "github" } }, @@ -444,11 +444,11 @@ "xdph": "xdph" }, "locked": { - "lastModified": 1706308236, - "narHash": "sha256-fI+XrLBfDyRZGjvL+uJbrGc0q/Rc8kIAbok1IICprLo=", + "lastModified": 1706382674, + "narHash": "sha256-wuSs8Tm9GweeCEGIwamdMMZmOPF+8WWMM1YdH6jdA/w=", "owner": "hyprwm", "repo": "Hyprland", - "rev": "12d79d63421e2ed3f31130755c7a37f0e4fb5cb1", + "rev": "bc7e488a4c7a4bfdd7bce66265fe8aea516fd2ed", "type": "github" }, "original": { @@ -811,11 +811,11 @@ "nixpkgs": "nixpkgs_6" }, "locked": { - "lastModified": 1706326918, - "narHash": "sha256-en9Gal3U2aGeY/qhNP6P0SzFaR8BGEby9GUlzNCf/ws=", + "lastModified": 1706386306, + "narHash": "sha256-YCiWq2bSt+fKxnYpP9PJ52cthm8dkHUuEVFkwJDauSw=", "owner": "nix-community", "repo": "nixpkgs-wayland", - "rev": "788df5655d232ba87b342316975695e3f7a6efd5", + "rev": "791da42b6442870964b11ea28cf5932a76483548", "type": "github" }, "original": { @@ -1006,11 +1006,11 @@ }, "nur": { "locked": { - "lastModified": 1706336067, - "narHash": "sha256-CK6wCnWSw4nX2TbGL9oPlZyCZoYl+yVUAsGoelfh/5c=", + "lastModified": 1706392862, + "narHash": "sha256-B42uOkwM2eykZPssttYKxF2B2B+3pwSMOk1Co+RWjpM=", "owner": "nix-community", "repo": "NUR", - "rev": "5a9ff024fd7a50e93ad738ef48e68ca746593489", + "rev": "5209d1f058c7f5c062dd1e9f7c6c6c923ad4f70f", "type": "github" }, "original": { @@ -1425,18 +1425,18 @@ "flake": false, "locked": { "host": "gitlab.freedesktop.org", - "lastModified": 1703963193, - "narHash": "sha256-ke8drv6PTrdQDruWbajrRJffP9A9PU6FRyjJGNZRTs4=", + "lastModified": 1706359063, + "narHash": "sha256-5HUTG0p+nCJv3cn73AmFHRZdfRV5AD5N43g8xAePSKM=", "owner": "wlroots", "repo": "wlroots", - "rev": "f81c3d93cd6f61b20ae784297679283438def8df", + "rev": "00b869c1a96f300a8f25da95d624524895e0ddf2", "type": "gitlab" }, "original": { "host": "gitlab.freedesktop.org", "owner": "wlroots", "repo": "wlroots", - "rev": "f81c3d93cd6f61b20ae784297679283438def8df", + "rev": "00b869c1a96f300a8f25da95d624524895e0ddf2", "type": "gitlab" } }, @@ -1457,11 +1457,11 @@ ] }, "locked": { - "lastModified": 1704659450, - "narHash": "sha256-3lyoUVtUWz1LuxbltAtkJSK2IlVXmKhxCRU2/0PYCms=", + "lastModified": 1706145785, + "narHash": "sha256-j9MP4fv2U/vdRKAXXc2gyMTmYwVnHP6kHx1/y6jprrU=", "owner": "hyprwm", "repo": "xdg-desktop-portal-hyprland", - "rev": "6a5de92769d5b7038134044053f90e7458f6a197", + "rev": "5a592647587cd20b9692a347df6939b6d371b3bb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 9f6a534..27264bd 100644 --- a/flake.nix +++ b/flake.nix @@ -208,7 +208,7 @@ repo = "ags"; # FIXME: some bugs in latest - rev = "c706e43fab6f1845b6e16fa3106200ac801f6749"; + rev = "8e94d3b465e76372056c76242e5c013950113be9"; inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/ags/config/ts/applauncher/main.ts b/modules/ags/config/ts/applauncher/main.ts index be4ad1d..f23759b 100644 --- a/modules/ags/config/ts/applauncher/main.ts +++ b/modules/ags/config/ts/applauncher/main.ts @@ -161,6 +161,6 @@ const Applauncher = (window_name = 'applauncher') => { export default () => PopupWindow({ name: 'applauncher', - focusable: true, + keymode: 'on-demand', child: Applauncher(), });