IntangibleW

Results 5 comments of IntangibleW

我dns解析得出来,但还是显示Clash无网络连接 ![屏幕截图 2022-09-30 134839](https://user-images.githubusercontent.com/43871076/193200425-969ebbe0-5b59-4168-b991-f0d942a1c9fb.png) 附上TUN配置: > dns: enable: true enhanced-mode: fake-ip nameserver: - 114.114.114.114 - 223.5.5.5 - 8.8.8.8 fallback: [] fake-ip-filter: - +.stun.*.* - +.stun.*.*.* - +.stun.*.*.*.* - +.stun.*.*.*.*.* -...

I solved this problem by setting ESP partition type to `EFI System`.

I just found a possible solution: Check your hardware-configuration.nix and see if it like this: ``` fileSystems."/" = { device = "UUID=5d6aa8ff-60bf-4b55-af22-1733959235e4"; fsType = "bcachefs"; }; ``` if so, change...

Refer this [doc](https://github.com/hyprwm/hyprcursor/blob/main/docs/MAKING_THEMES.md), you can create your hyprcursor theme. The only file you need to modify is `manifest.hl`. At least is works well for me.