NVIDIA package fix + mouse fix
This commit is contained in:
2
build.sh
2
build.sh
@@ -120,7 +120,7 @@ install_nvidia_drivers() {
|
|||||||
log_success "NVIDIA GPU detected."
|
log_success "NVIDIA GPU detected."
|
||||||
|
|
||||||
log_info "Installing NVIDIA drivers..."
|
log_info "Installing NVIDIA drivers..."
|
||||||
pacman -Sy --noconfirm --needed nvidia nvidia-utils
|
pacman -Sy --noconfirm --needed nvidia-open nvidia-utils
|
||||||
|
|
||||||
log_info "Running mkinitcpio..."
|
log_info "Running mkinitcpio..."
|
||||||
mkinitcpio -P
|
mkinitcpio -P
|
||||||
|
|||||||
@@ -264,6 +264,10 @@ bindl = , mouse:280, exec, playerctl next
|
|||||||
bindl = , mouse:282, exec, playerctl play-pause
|
bindl = , mouse:282, exec, playerctl play-pause
|
||||||
bindl = , mouse:281, exec, playerctl previous
|
bindl = , mouse:281, exec, playerctl previous
|
||||||
|
|
||||||
|
bindl = , XF86AudioNext, exec, playerctl next
|
||||||
|
bindl = , XF86AudioPlay, exec, playerctl play-pause
|
||||||
|
bindl = , XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
bind = , Print, exec, $screenshot
|
bind = , Print, exec, $screenshot
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user