This commit is contained in:
Sense T 2023-06-27 23:10:56 +08:00
parent c89fc50711
commit f4e14d0da5
4 changed files with 17 additions and 9 deletions

View File

@ -13,8 +13,9 @@ nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/gpd-configura
- [x] 无状态 `/` 分区 - [x] 无状态 `/` 分区
- [ ] wsproxy on podman - [ ] wsproxy on podman
- [ ] waybar 微调 - [ ] waybar 微调
- [ ] 使用 pipewire - [ ] 测试 pulseaudio
- [x] ~~使用 pipewire~~
- [x] 电源选项 - [x] 电源选项
- [x] hyprland 微调 - [x] hyprland 微调
- [ ] nwg-launchers 微调+配置 - [x] nwg-launchers 微调+配置
- [ ] [HMCL](https://gitlab.com/accessable-net/hmcl-flatpak) - [x] [HMCL](https://gitlab.com/accessable-net/hmcl-flatpak)

View File

@ -22,7 +22,7 @@
scroll-step = 5; scroll-step = 5;
format = "{icon} {volume}%"; format = "{icon} {volume}%";
format-muted = "{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 = { format-icons = {
default = ["" "" ""]; default = ["" "" ""];
}; };

View File

@ -20,8 +20,8 @@ exec-once = nm-applet --sm-disable
exec-once = systemctl --user start dunst exec-once = systemctl --user start dunst
exec-once = systemctl --user start fcitx5-daemon exec-once = systemctl --user start fcitx5-daemon
# Source a file (multi-file configs) # SINK a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # SINK = ~/.config/hypr/myColors.conf
# Some default env vars. # Some default env vars.
env = XCURSOR_SIZE,24 env = XCURSOR_SIZE,24
@ -161,9 +161,9 @@ bind = $mainMod, mouse_down, workspace, e+1
bind = $mainMod, mouse_up, workspace, e-1 bind = $mainMod, mouse_up, workspace, e-1
# XF86Keys # XF86Keys
bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle bind = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%- bind = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SOURCE@ 5%+ bind = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+
bind = , XF86MonBrightnessUP, exec, light -A 5 bind = , XF86MonBrightnessUP, exec, light -A 5
bind = , XF86MonBrightnessDown, exec, light -U 5 bind = , XF86MonBrightnessDown, exec, light -U 5

View File

@ -24,6 +24,13 @@
"Applications" "Applications"
]; ];
sessionVariables = {
#GTK_IM_MODULE = "fcitx";
#QT_IM_MODULE = "fcitx";
SDL_VIDEODRIVER = "wayland";
SDL_IM_MODULE = "fcitx";
};
shellAliases = { shellAliases = {
cao = "fuck"; cao = "fuck";
top = "btop"; top = "btop";