@L_Collection 在 求助一个Fedora环境下的hyprland问题 中发帖
我的Fedora从gnome环境下转移安装到了Hyprland环境,过去在Gnome环境下使用了Clash Verge进行网络代理可以正常使用;但在Hyprland下却无法正常联网代理
我尝试了一些方法:
修改zsh的配置文件写入了代理端口
写入/etc/envirment文件中
export http_proxy=http://127.0.0.1:7897
export https_proxy=http://127.0.0.1:7897
export all_proxy=http://127.0.0.1:7897
export no_proxy=“localhost, 127.0.0.1, ::1”
求指导