nwg-launcher
This commit is contained in:
parent
0f7dd37779
commit
163db4c80e
@ -15,3 +15,5 @@ nixos-rebuild switch --flake 'git+https://git.sense-t.eu.org/NixOS/gpd-configura
|
||||
- [ ] waybar 微调
|
||||
- [ ] 使用 pipewire
|
||||
- [ ] 电源选项
|
||||
- [ ] hyprland 微调
|
||||
- [ ] nwg-launchers 微调+配置
|
||||
|
@ -96,12 +96,11 @@
|
||||
|
||||
"custom/launcher" ={
|
||||
format = " ";
|
||||
on-click = "rofi -show drun";
|
||||
on-click-right = "killall rofi";
|
||||
on-click = "nwggrid -o 0.6";
|
||||
};
|
||||
|
||||
"custom/power" ={
|
||||
format = " ";
|
||||
on-click = "bash ~/.config/rofi/leave/leave.sh";
|
||||
on-click = "nwgbar";
|
||||
};
|
||||
}
|
@ -33,7 +33,7 @@ input {
|
||||
follow_mouse = 1
|
||||
|
||||
touchpad {
|
||||
natural_scroll = false
|
||||
natural_scroll = true
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
@ -12,8 +12,9 @@
|
||||
icdiff
|
||||
podman
|
||||
jdk17
|
||||
rofi
|
||||
rofi-rbw
|
||||
#rofi
|
||||
#rofi-rbw
|
||||
nwg-launchers
|
||||
];
|
||||
|
||||
sessionPath = [
|
||||
@ -34,7 +35,7 @@
|
||||
".config/hypr/hyprland.conf".source = ./files/hyprland.conf;
|
||||
|
||||
# Use flatseal to change permissions.
|
||||
#".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
||||
".local/share/fonts".source = /run/current-system/sw/share/X11/fonts;
|
||||
|
||||
# Fix flatpak fonts
|
||||
".local/share/flatpak/overrides/global".text = ''
|
||||
|
@ -61,5 +61,9 @@
|
||||
pinentry = "gnome3";
|
||||
};
|
||||
};
|
||||
|
||||
wlogout = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user