fix: prevent offload everything in Hyprland

This commit is contained in:
DACHXY 2025-01-05 16:08:34 +08:00
parent 75a114ddbe
commit c93bc1099c
3 changed files with 3 additions and 13 deletions

View file

@ -1,8 +1,8 @@
{ mainMod }:
let
uwsm = "uwsm app --";
browser = "firefox";
terminal = "ghostty";
browser = "offload firefox";
terminal = "offload ghostty";
filemanager = "nemo";
scripts = "~/.config/scripts";