Hyprland
安装
使用 Nix
安装 nix
sh <(curl -L https://nixos.org/nix/install) --no-daemon
. ~/.nix-profile/etc/profile.d/nix.sh
export NIX_CONFIG="experimental-features = nix-command flakes"
安装桌面
nix profile install github:Aylur/dotfiles
登录 Hyprland 并运行
asztal
不使用 Nix
安装以下依赖
- aylurs-gtk-shell 及其可选依赖
- bun
- dart-sass
- fd
- brightnessctl
- swww
- matugen
可选安装以下内容
- fzf
- hyprpicker
- slurp
- wf-recorder
- wl-clipboard
- wayshot
- swappy
- asusctl
- supergfxctl
克隆 git 仓库,复制文件
git clone https://github.com/Aylur/dotfiles.git
cp -r dotfiles/ags $HOME/.config/ags
登录 Hyprland 然后运行
ags
Hyprland 快捷键
你可能想在 hyprland.conf 中添加的一些快捷键
重新加载
bind=CTRL SHIFT, R, exec, ags -q; ags
打开窗口
bind=SUPER, R, exec, ags -t launcher
bind=,XF86PowerOff, exec, ags -t powermenu
bind=SUPER, Tab, exec, ags -t overview
截图和录屏
bind=,XF86Launch4, exec, ags -r 'recorder.start()'
bind=,Print, exec, ags -r 'recorder.screenshot()'
bind=SHIFT,Print, exec, ags -r 'recorder.screenshot(true)'
请理解这是我个人针对我的设置所做的配置。如果某些地方不起作用,欢迎提出问题或给我发消息,我会尽力帮助。但在此之前,请确保你已阅读错误输出,运用一些常识,如果是简单问题的话,尝试自己解决。