Compare commits

...

3 Commits

Author SHA1 Message Date
779fb447c1
flake.lock: Update
All checks were successful
Run nix flake check / flake-check (push) Successful in 1m39s
Periodic flake update / flake-update (push) Successful in 1m19s
Flake lock file updates:

• Updated input 'ghettoptt':
    'git+https://git.t-juice.club/torjus/ghettoptt?ref=master&rev=5d09d99ff5563fa88d6fbccec09abc6471ae83fb' (2024-10-10)
  → 'git+https://git.t-juice.club/torjus/ghettoptt?ref=master&rev=7d251291dcba9dc0914aa5146adbcc137b147efa' (2024-10-10)
2024-10-10 23:38:02 +02:00
de7ce1b985
flake.lock: Update
Flake lock file updates:

• Updated input 'ghettoptt':
    'git+https://git.t-juice.club/torjus/ghettoptt?ref=master&rev=dc40185002a1bd4a3a5a5385b30711aa90ea632c' (2024-10-10)
  → 'git+https://git.t-juice.club/torjus/ghettoptt?ref=master&rev=5d09d99ff5563fa88d6fbccec09abc6471ae83fb' (2024-10-10)
2024-10-10 23:20:23 +02:00
0bc6869ae4
Disable hardware cursor 2024-10-10 23:17:22 +02:00
2 changed files with 8 additions and 4 deletions

View File

@ -79,11 +79,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1728593166, "lastModified": 1728596267,
"narHash": "sha256-jLnP0VYOizU6kJHFi4HCdqGnoK/r5gm42Tw0+rtlnlo=", "narHash": "sha256-ahUJmW7HRxRZgSxVC+nigNDpbJh27LMEzm5O3rxijiM=",
"ref": "master", "ref": "master",
"rev": "dc40185002a1bd4a3a5a5385b30711aa90ea632c", "rev": "7d251291dcba9dc0914aa5146adbcc137b147efa",
"revCount": 18, "revCount": 20,
"type": "git", "type": "git",
"url": "https://git.t-juice.club/torjus/ghettoptt" "url": "https://git.t-juice.club/torjus/ghettoptt"
}, },

View File

@ -58,6 +58,10 @@
follow_mouse = 1; follow_mouse = 1;
}; };
cursor = {
no_hardware_cursors = true;
};
env = [ env = [
"LIBVA_DRIVER_NAME,nvidia" "LIBVA_DRIVER_NAME,nvidia"
"XDG_SESSION_TYPE,wayland" "XDG_SESSION_TYPE,wayland"