1
This commit is contained in:
parent
c89fc50711
commit
f4e14d0da5
@ -13,8 +13,9 @@ nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/gpd-configura
|
||||
- [x] 无状态 `/` 分区
|
||||
- [ ] wsproxy on podman
|
||||
- [ ] waybar 微调
|
||||
- [ ] 使用 pipewire
|
||||
- [ ] 测试 pulseaudio
|
||||
- [x] ~~使用 pipewire~~
|
||||
- [x] 电源选项
|
||||
- [x] hyprland 微调
|
||||
- [ ] nwg-launchers 微调+配置
|
||||
- [ ] [HMCL](https://gitlab.com/accessable-net/hmcl-flatpak)
|
||||
- [x] nwg-launchers 微调+配置
|
||||
- [x] [HMCL](https://gitlab.com/accessable-net/hmcl-flatpak)
|
||||
|
@ -22,7 +22,7 @@
|
||||
scroll-step = 5;
|
||||
format = "{icon} {volume}%";
|
||||
format-muted = "{icon} {volume}%";
|
||||
on-click ="wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; # wpctl?
|
||||
on-click ="wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"; # wpctl?
|
||||
format-icons = {
|
||||
default = ["" "" ""];
|
||||
};
|
||||
|
@ -20,8 +20,8 @@ exec-once = nm-applet --sm-disable
|
||||
exec-once = systemctl --user start dunst
|
||||
exec-once = systemctl --user start fcitx5-daemon
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
# SINK a file (multi-file configs)
|
||||
# SINK = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Some default env vars.
|
||||
env = XCURSOR_SIZE,24
|
||||
@ -161,9 +161,9 @@ bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
|
||||
# XF86Keys
|
||||
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%-
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SOURCE@ 5%+
|
||||
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
|
||||
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bind = , XF86MonBrightnessUP, exec, light -A 5
|
||||
bind = , XF86MonBrightnessDown, exec, light -U 5
|
||||
|
||||
|
@ -24,6 +24,13 @@
|
||||
"Applications"
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
#GTK_IM_MODULE = "fcitx";
|
||||
#QT_IM_MODULE = "fcitx";
|
||||
SDL_VIDEODRIVER = "wayland";
|
||||
SDL_IM_MODULE = "fcitx";
|
||||
};
|
||||
|
||||
shellAliases = {
|
||||
cao = "fuck";
|
||||
top = "btop";
|
||||
|
Reference in New Issue
Block a user