mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-01-13 13:25:16 +00:00
refactor(hypr_config): Improve bindings documentation and organization; update font in hyprlock.conf
This commit is contained in:
@@ -342,7 +342,12 @@ EOF
|
||||
if command_exists teamviewer; then
|
||||
log_info "Habilitando servicio TeamViewer..."
|
||||
sudo systemctl enable --now teamviewerd.service 2>/dev/null || true
|
||||
log_success "TeamViewer daemon habilitado e iniciado"
|
||||
if sudo teamviewer --daemon start >/dev/null 2>&1; then
|
||||
log_success "TeamViewer daemon iniciado"
|
||||
else
|
||||
log_warning "No se pudo iniciar el daemon de TeamViewer con 'teamviewer --daemon start'"
|
||||
fi
|
||||
sudo teamviewer --daemon enable >/dev/null 2>&1 || true
|
||||
fi
|
||||
|
||||
if command_exists tlp; then
|
||||
|
||||
Reference in New Issue
Block a user